Browse by Tags

All Tags » GDI+ » CLR Internals (RSS)
Sorry, but there are no more tags available to filter with.

Using PInvoke with GDI+ just isn't an easy thing to do. System.Drawing.dll must have some *magic* I don't know about.

[Edit] Looks like the exception is actually from me being stupid and not realizing the full scheme for starting GDI+. Turns out you have to call GdiplusStartup and GdiplusShutdown, something that System.Drawing does for you automatically. Throwing this...
Posted by Justin Rogers | 3 comment(s)
Filed under: ,
More Posts