WTL 中使用GDI+ 备忘

WTL 中使用GDI+ 备忘#include <gdiplus.h>using namespace Gdiplus;#pragma comment(lib, "gdiplus.lib")_tWinMain

8月前360