[]
Initializes a new instance of the C1VectorIcon class.
protected C1VectorIcon()
Protected Sub New()
Initializes a new instance of the C1VectorIcon class.
protected C1VectorIcon(string key)
Protected Sub New(key As String)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
Initializes a new instance of the C1VectorIcon class with specified key, size and color.
protected C1VectorIcon(string key, Size size, Color color)
Protected Sub New(key As String, size As Size, color As Color)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
| Size | size | The icon size. |
| Color | color | Indicates the icon color. |
Initializes a new instance of the C1VectorIcon class with specified key, size and color.
protected C1VectorIcon(string key, Size size, Color color, Color backColor)
Protected Sub New(key As String, size As Size, color As Color, backColor As Color)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
| Size | size | The icon size. |
| Color | color | Indicates the icon color. |
| Color | backColor | The icon background color. |