Realistically, you cant, with regular C++. However, if you want to use C++.NET you can do it simply be referencing in the project. Otherwise theres not much you can do with it.
If you want speed, you might look into using Platform Invoke to call the Windows GDI32 APIs rather than using GDI+ (which is slightly slower).