[]
Gets an image specified by a path.
public Image GetImage(string path)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Type | Description |
|---|---|
| Image | The image specified by |
Gets an image specified by a path.
public Image GetImage(string path, Image defaultValue)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Image | defaultValue | Used if value at specified path does not exist. |
| Type | Description |
|---|---|
| Image | The image specified by |