[]
Gets the image represented by this C1Icon.
protected override bool GetImage(ref Image image, int width, int height)
Protected Overrides 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. |