Thanks Peter,
The FlatGDIplus are is a set of direct calls (not OOP).
I use Visual Studio Express 6.0 as a reference to the Windows API. At a glance, I would say there are at least 30 header files for GDI plus including some with equates and the dreaded GUIDs. required for image processing.
V Studio 6 express is a freebee from MSDN. The collection of headers is monstrous!
I produced a mini-Header /inc/ImgWin.inc It requires
#Case capital sensitivity, and could benefit from some clean-up to remove this constraint.
The online MSDN documentation is good for functions, not so easy for locating equates.
Charles