-
大小: 3.51MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-10-27
- 語言: C/C++
- 標簽:
資源簡介
MFC簡單畫圖程序,重繪,點,線,矩形,橢圓,拖拽預覽,填充色,畫筆顏色

代碼片段和文件信息
//?Graph.cpp:?implementation?of?the?CGraph?class.
//
//////////////////////////////////////////////////////////////////////
#include?“stdafx.h“
#include?“xieyue.h“
#include?“Graph.h“
#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
//?Construction/Destruction
//////////////////////////////////////////////////////////////////////
CGraph::CGraph()
{
}
CGraph::CGraph(COLORREF?m_brushcolorCOLORREF?m_pencolorUINT?m_linewidthint?m_linestyleCPoint?m_ptOrgCPoint?m_ptEndint?m_nDrawTypeBOOL?m_tp)
{
????this->m_brushcolor=m_brushcolor;
this->m_pencolor=m_pencolor;
this->m_linewidth=m_linewidth;
this->m_linestyle=m_linestyle;
this->m_linestyle=m_linestyle;
this->m_ptOrg=m_ptOrg;
this->m_ptEnd=m_ptEnd;
this->m_nDrawType=m_nDrawType;
this->m_tp=m_tp;
}
CGraph::~CGraph()
{
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5015??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\Graph.obj
?????文件??????????0??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\Graph.sbr
?????文件??????20636??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\MainFrm.obj
?????文件??????????0??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\MainFrm.sbr
?????文件??????10397??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\SettingDlg.obj
?????文件??????????0??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\SettingDlg.sbr
?????文件?????105642??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\StdAfx.obj
?????文件????1374971??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\StdAfx.sbr
?????文件?????214016??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\vc60.idb
?????文件?????364544??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\vc60.pdb
?????文件????3179520??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyue.bsc
?????文件?????127043??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyue.exe
?????文件?????353116??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyue.ilk
?????文件??????23235??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyue.obj
?????文件????6876788??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyue.pch
?????文件?????459776??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyue.pdb
?????文件???????8480??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyue.res
?????文件??????????0??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyue.sbr
?????文件??????14728??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyueDoc.obj
?????文件??????????0??2009-07-03?13:50??復件?xieyueKeepPdc\Debug\xieyueDoc.sbr
?????文件??????43224??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyueView.obj
?????文件??????????0??2009-07-03?13:52??復件?xieyueKeepPdc\Debug\xieyueView.sbr
?????文件????????948??2009-07-03?13:43??復件?xieyueKeepPdc\Graph.cpp
?????文件????????785??2009-07-03?13:43??復件?xieyueKeepPdc\Graph.h
?????文件???????2914??2009-07-02?17:08??復件?xieyueKeepPdc\MainFrm.cpp
?????文件???????1611??2009-07-02?17:08??復件?xieyueKeepPdc\MainFrm.h
?????文件???????4311??2009-07-02?17:00??復件?xieyueKeepPdc\ReadMe.txt
?????文件???????1078??2009-07-02?17:00??復件?xieyueKeepPdc\res\Toolbar.bmp
?????文件????????630??2009-07-02?17:08??復件?xieyueKeepPdc\res\toolbar1.bmp
?????文件???????1078??2009-07-02?17:00??復件?xieyueKeepPdc\res\xieyue.ico
............此處省略27個文件信息
評論
共有 條評論