使用画刷绘图

时间:2017-01-11 11:40:27
【文件属性】:

文件名称:使用画刷绘图

文件大小:1.82MB

文件格式:RAR

更新时间:2017-01-11 11:40:27

画刷绘图 MFC VC++

//位图画刷 CBitmap bitmap; //加载位图 bitmap.LoadBitmap(IDB_BITMAP1); //创建画刷 CBrush brush(&bitmap); //创建并获得设备描述表 CClientDC dc(this); //矩形区域 dc.FillRect(CRect(m_ptOrigin,point),&brush);


【文件预览】:
DrawStraight
----DrawStraight.plg(1KB)
----DrawStraightView.h(2KB)
----DrawStraight.rc(11KB)
----res()
--------DrawStraight.ico(1KB)
--------DrawStraight.rc2(404B)
--------DrawStraightDoc.ico(1KB)
--------Toolbar.bmp(1KB)
--------bitmap1.bmp(1KB)
----DrawStraight.clw(2KB)
----DrawStraight.opt(53KB)
----DrawStraight.h(1KB)
----DrawStraight.dsw(532B)
----DrawStraight.aps(45KB)
----DrawStraightDoc.cpp(2KB)
----DrawStraight.dsp(5KB)
----StdAfx.cpp(214B)
----MainFrm.cpp(2KB)
----DrawStraight.cpp(4KB)
----resource.h(644B)
----DrawStraightDoc.h(2KB)
----MainFrm.h(2KB)
----StdAfx.h(1KB)
----DrawStraightView.cpp(5KB)
----Debug()
--------StdAfx.obj(103KB)
--------DrawStraight.pch(5.25MB)
--------vc60.idb(209KB)
--------DrawStraight.ilk(309KB)
--------DrawStraightDoc.obj(15KB)
--------vc60.pdb(356KB)
--------DrawStraightView.obj(24KB)
--------DrawStraight.exe(116KB)
--------MainFrm.obj(20KB)
--------DrawStraight.res(8KB)
--------DrawStraight.obj(23KB)
--------DrawStraight.pdb(457KB)
----ReadMe.txt(4KB)

网友评论

  • 代码还不错,有参考价值