|
|
|
|
|
by ygra
3444 days ago
|
|
Mono shipped a reimplementation of the types in the System.Drawing namespace which uses GDI+ (note the +) on Windows. This reimplementation is also what CoreCompat.System.Drawing is based on. To my knowledge Mono did shim a few Windows APIs, mostly related to window messages so WndProc can be overridden in a useful manner, but not actually GDI, as far as I know. |
|
Note: libgd is a well designed native library with design emphasis on simple interop wrappability.