[]
Creates an instance of the inheritor of IconRenderer class in accordance with the C1Icon type.
public static IconRenderer CreateRenderer(C1Icon icon, int deviceDpi = 96)
Public Shared Function CreateRenderer(icon As C1Icon, Optional deviceDpi As Integer = 96) As IconRenderer
| Type | Name | Description |
|---|---|---|
| C1Icon | icon | The icon to render. |
| int | deviceDpi | The device dpi where the image will be used. |
| Type | Description |
|---|---|
| IconRenderer |