[]
Returns reference to the ImageElement used to display image.
public ImageElement GetImageElement()
| Type | Description |
|---|---|
| ImageElement | The reference to the ImageElement if it exists; Null otherwise. |
Returns reference to the ImageElement used to display image.
public ImageElement GetImageElement(bool force)
| Type | Name | Description |
|---|---|---|
| bool | force | If True and the ImageElement doesn't exist, this method will create it. |
| Type | Description |
|---|---|
| ImageElement | The reference to the ImageElement if it exists; Null otherwise. |