System.Drawing actually wraps GDI win32 calls, so while it works, running it on a server would be iffy, and running it on non Windows would be impossible.
Now, they could reimplement system.drawing using a different backend per platform, but I don't think the demand is high enough.
Comments
System.Drawing actually wraps GDI win32 calls, so while it works, running it on a server would be iffy, and running it on non Windows would be impossible.
Now, they could reimplement system.drawing using a different backend per platform, but I don't think the demand is high enough.