GDIPlus Thread safeness
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is the GDIPlus functionalty in .Net threadsafe? e.g For Bitmap class, the MSDN states "Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe. ". I am using the GDIPlus functionality inside .Net web services, is that safe? Thank you, Amit.