[]
Initializes a new instance of the C1VectorIcon class.
protected C1VectorIcon()
Initializes a new instance of the C1VectorIcon class.
protected C1VectorIcon(string key)
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)
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)
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. |