
GDI+
zqho
这个作者很懒,什么都没留下…
展开
-
Brushes in GDI+
In the .NET Framework library, the Brush class is an abstract base class, which means you cannot create an instance of it without using its derived classes. All usable classes are inherited from the原创 2007-06-23 10:29:00 · 1519 阅读 · 0 评论 -
转贴:关于双缓冲绘图(1)
用MFC如何高效地绘图TouchMe 显示图形如何避免闪烁,如何提高显示效率是问得比较多的问题。而且多数人认为MFC的绘图函数效率很低,总是想寻求其它的解决方案。MFC的绘图效率的确不高但也不差,而且它的绘图函数使用非常简单,只要使用方法得当,再加上一些技巧,用MFC可以得到效率很高的绘图程序。我想就我长期(呵呵当然也只有2年多)使用MFC绘图的经验谈谈我的一些观点。1、显示的图形为什么转载 2007-06-14 16:48:00 · 549 阅读 · 0 评论 -
Some Basic GDI+ Objects
Graphics.FromHwnd() method create a Graphics object from a window handle.member function of Point to Convert a PointF to Point: Ceiling( PointF ) convert a PointF Object to a Point Object原创 2007-06-19 09:38:00 · 523 阅读 · 0 评论