[]
Gets an Image from the application's embedded resources.
public static Image GetImageResource(string name)
Type | Name | Description |
---|---|---|
string | name | Name of the embedded resource that contains the image. |
Type | Description |
---|---|
Image | An Image stored with the given name, or null if the image could not be found. |