http://bugs.winehq.org/show_bug.cgi?id=33378
--- Comment #16 from Dmitry Timoshkov dmitry@baikal.ru 2013-08-03 12:32:55 CDT --- (In reply to comment #14)
That's not an API, this is not a gdiplus.dll public export.
But it seems at least *parts* of it aren't implemented in wine. At very least namespacing seems broken.
What you are talking about is C++ wrappers around public gdiplus APIs.
...and just about everything I could google, including MSDN, shows that's the *primary* API, at least if you're not using C#.
Just, i.e. http://msdn.microsoft.com/en-us/library/windows/desktop/ms533969(v=vs.85).as....
"Windows GDI+ exposes a flat API that consists of about 600 functions, which are implemented in Gdiplus.dll and declared in Gdiplusflat.h. The functions in the GDI+ flat API are wrapped by a collection of about 40 C++ classes."
That's a quote from MSDN referenced above. Do you see a difference between flat gdiplus APIs and a collection of C++ wrapper classes?