Method ResourceUtil.GetGdipBitmap
Overload
Gets GDI+ image.
public static Bitmap GetGdipBitmap(string name)
Parameters
|
name (string)
Resource name, like |
Returns
Exceptions
|
FileNotFoundException
Cannot find assembly or resource. |
|
InvalidOperationException
The resource type is not stream. |
|
Exception
Other exceptions that may be thrown by used .NET functions. |