Using GDI+ with MFC or native C/VC++
Add the following line to your stdafx.h#include <gdiplus.h>usingnamespaceGdiplus;
#pragma comment(lib, "gdiplus.lib")Intialize the GDI+ resources. Add this to your CWinApp derived class as member: GdiplusStartupInput gdiplusStartupInput;
ULONG_PTR gdiplu
转载
2011-03-18 21:01:00 ·
458 阅读 ·
0 评论