画刷绘图MFC

时间:2017-01-11 16:27:18
【文件属性】:
文件名称:画刷绘图MFC
文件大小:2.22MB
文件格式:ZIP
更新时间:2017-01-11 16:27:18
画刷绘图 MFC VC++ //位图画刷 CBitmap bitmap; //加载位图 bitmap.LoadBitmap(IDB_BITMAP1); //创建画刷 CBrush brush(&bitmap); //创建并获得设备描述表 CClientDC dc(this); //矩形区域 dc.FillRect(CRect(m_ptOrigin,point),&brush);
【文件预览】:
DrawBrush
----resource.h(644B)
----Debug()
--------vc60.pdb(356KB)
--------DrawStraight.obj(23KB)
--------vc60.idb(209KB)
--------StdAfx.obj(103KB)
--------DrawStraight.pch(5.25MB)
--------DrawStraight.pdb(457KB)
--------DrawStraight.exe(116KB)
--------DrawStraightView.obj(24KB)
--------MainFrm.obj(20KB)
--------DrawStraight.res(8KB)
--------DrawStraightDoc.obj(15KB)
--------DrawStraight.ilk(316KB)
----DrawStraight.plg(1KB)
----DrawStraight.aps(45KB)
----DrawStraight.h(1KB)
----DrawStraight.rc(11KB)
----DrawStraight.clw(2KB)
----ReadMe.txt(4KB)
----DrawStraightDoc.cpp(2KB)
----res()
--------Toolbar.bmp(1KB)
--------DrawStraight.rc2(404B)
--------DrawStraight.ico(1KB)
--------DrawStraightDoc.ico(1KB)
--------bitmap1.bmp(1KB)
----DrawStraightView.cpp(5KB)
----DrawStraight.dsp(5KB)
----MainFrm.h(2KB)
----DrawStraightView.h(2KB)
----DrawStraightDoc.h(2KB)
----StdAfx.cpp(214B)
----DrawStraight.cpp(4KB)
----DrawStraight.opt(53KB)
----MainFrm.cpp(2KB)
----StdAfx.h(1KB)
----DrawStraight.dsw(532B)

网友评论