摘要: (1)绘制点 利用GDI绘制点的时候不需要画笔和画刷。利用函数SetPixel。 The SetPixel function sets the pixel at the specified coordinates to the specified color. COLORREF SetPixel( _In_ HDC hdc, _In_ int X, _In_ int Y,... 阅读全文
posted @ 2013-02-17 17:37 GreenLight 阅读(227) 评论(0) 推荐(0)
摘要: 其中关于windows GDI的描述如下: Purpose The Microsoft Windows graphics device interface (GDI) enables applications to use graphics and formatted text on both the video display and the printer. Windows-based a... 阅读全文
posted @ 2013-02-17 14:23 GreenLight 阅读(2002) 评论(0) 推荐(0)