mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
335 stars 171 forks source link

Functions and class names are different? #592

Closed jclevesque closed 5 years ago

jclevesque commented 5 years ago

Perhaps I'm confusing this project for something else, but why are the function names and classes different? For instance, there is a namespace Gdiplus in the windows library, this doesn't seem to exist here. The Bitmap class also seems widely different in here and in the windows library. Is this done on purpose, for fear of infringing on some trademark?

jclevesque commented 5 years ago

Ok I get it, you don't have the full API, only the flat one.