C++/GDI+使用

1 #include <comdef.h>   //初始化一下com口 
2 #pragma comment(lib,"gdiplus.lib")
3 #include <GdiPlus.h>
4 using namespace Gdiplus;
原文地址:https://www.cnblogs.com/AquaGot/p/5528539.html