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