[]
Gets the image represented by this C1Icon.
protected virtual bool GetImage(ref Image image, int width, int height)
Protected Overridable Function GetImage(ByRef image As Image, width As Integer, height As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| Image | image | |
| int | width | |
| int | height |
| Type | Description |
|---|---|
| bool | True if returned bitmap should be disposed when no longer needed; False otherwise. |