搜索资源列表
GDI+Zoom
- 使用GDI+做一个对图形缩放的实验,其中有GDI+的类库-use GDI going to be a scaling of graphics, including the GDI library
GDIPlusCraphics
- GDI+的头文件和库,不必安装.net框架就可以使用Graphics类。
GDI+
- 介绍了如何在VC++6.0环境中使用GDI+开发包,相信读者看完说明后很容易上手。另附开发包所需要的头文件及库文件,dll文件
GDIpDrawText
- 棒_用GDI+画漂亮的窗体字 很不错,使用Msimg32.dll 这个库-Rod _ with the GDI+ painting beautiful word form
GDI-class-library
- DI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等-The DI Class Library download (VC++ development standing), including GdiPlus.lib libraries and through GDIPlus.H, GdiPlusPath.h, GdiP
CDC
- 在Windows平台上,应用程序的图形设备接口(graphics device interface,GDI)被抽象为设备上下文(Device Context,DC)。 在微软基类库MFC中,CDC类是定义设备上下文对象的基类,所有绘图函数都在CDC基类中定义。当需要输出文字或图形时,就需要调用CDC类的成员函数,这些成员函数具备输出文本、绘制图形的功能。 本节讲解的例程全部在TestView.cpp文件的 void CTestView::OnDraw(CDC* pDC)函数中实现。
