[]
Returns reference to the ImageElement used to display image.
public ImageElement GetImageElement()
Public Function GetImageElement() As ImageElement
| 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)
Public Function GetImageElement(force As Boolean) As ImageElement
| 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. |