月份:十二月 2007
Using GDI+
It’s a very good upgrade from GDI.
- #include <gdiplus.h>
- add gdiplus.lib to your project
using namespace Gdiplus ; <— remember to add the statement in your .h or .cpp file, or there would be lots of compiling error.
It’s a very good upgrade from GDI.
using namespace Gdiplus ; <— remember to add the statement in your .h or .cpp file, or there would be lots of compiling error.