CDC:Windows使用与设备无关的图形设备环境(DC :Device Context) 进行显示
。MFC基础类库定义了设备环境对象类----CDC类。 CDC与CGdiObject的关系 说道CDC类就不能不提一下GdiObject---图形对象类。
在Windows应用程序中,设备环境与图形...
分类:
其他好文 时间:
2014-05-27 02:54:28
阅读次数:
354
字体 成员函数 1、CFont( );
构造一个CFont对象。此对象在使用之前应该先使用CreateFont、CreateFontIndirect、CreatePointFont或CreatePointFontIndirect初始化。
2、 BOOL CreateFont( int nHeight...
分类:
其他好文 时间:
2014-05-23 22:01:02
阅读次数:
567
一.关于GDI的基本概念什么是GDI?Windows绘图的实质就是利用Windows提供的图形设备接口GDI(Graphics
Device Interface)将图形绘制在显示器上。在Windows操作系统中,动态链接库C:\WINDOWS\system32\gdi32.dll(GDI
Clien...
分类:
其他好文 时间:
2014-05-23 10:04:50
阅读次数:
616
2048 PC版
开发环境:VS2012 + WIN8-x64...
分类:
其他好文 时间:
2014-05-20 14:35:14
阅读次数:
141
在创建MFC项目时,如果没有设置好项目参数, 就会在编译时产生很多连接错误,
如我今天遇到的:LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol
_main解决方法:控制台项目要使用windows子系统, 而不是consol...
分类:
其他好文 时间:
2014-05-20 13:01:32
阅读次数:
275
>_____ 2 #include "TicTac.h" 3 #include 4
#include 5 #include 6 using namespace std; 7 CMyApp myApp; 8 /*ofstream
Cout("out.txt"); 9 void CM...
分类:
其他好文 时间:
2014-05-19 14:34:51
阅读次数:
430
>____ 2 #include 3 #include "TAO_CLOCK.h" 4 5
#define SQUARESIZE 20 6 #define ID_TIMER_CLOCK 1 7 #define kuan 60 8 #define
miaoL 200 9 #def...
分类:
其他好文 时间:
2014-05-19 13:27:41
阅读次数:
379
>____ 2 #include "TicTac.h" 3 #define
ID_TIMER_ELLIPSE 1 4 #define ID_TIMER_RECTANGLE 2 5 6 CMyApp myApp; 7 8
///////////////////////////////...
分类:
其他好文 时间:
2014-05-19 13:17:17
阅读次数:
312
>__ 2 class CMyApp :public CWinApp 3 { 4 public:
5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9
protected:10 B...
分类:
其他好文 时间:
2014-05-19 13:15:24
阅读次数:
215
>____ 2 #include "ABC.h" 3 #define
ID_TIMER_ELLIPSE 1 4 #define ID_TIMER_RECTANGLE 2 5 6 CMyApp myApp; 7 8
/////////////////////////////////////////.....
分类:
其他好文 时间:
2014-05-19 13:01:22
阅读次数:
293