[]
Loads an image from the entry assembly.
public static Image GetImage(string name)
Type | Name | Description |
---|---|---|
string | name | The case-insensitive name of the requested image. |
Type | Description |
---|---|
Image | The Image if it is found; null otherwise. |
Loads an image from the specified assembly.
public static Image GetImage(Assembly a, string name)
Type | Name | Description |
---|---|---|
Assembly | a | An Assembly to load image from. |
string | name | The case-insensitive name of the requested image. |
Type | Description |
---|---|
Image | The Image if it is found; null otherwise. |