[]
Initializes a new instance of the C1PathIcon class.
public C1PathIcon()
Public Sub New()
Initializes a new instance of the C1PathIcon class.
public C1PathIcon(string key)
Public 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 C1PathIcon class with specified key, size and color.
public C1PathIcon(string key, Size size, Color color, string data)
Public Sub New(key As String, size As Size, color As Color, data As String)
| 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. |
| string | data | The svg string describing shape to display. |
Initializes a new instance of the C1PathIcon class with specified key, size and color.
public C1PathIcon(string key, Size size, Color color, string data, Color backColor)
Public Sub New(key As String, size As Size, color As Color, data As String, 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. |
| string | data | The svg string describing shape to display. |
| Color | backColor | The icon's background color. |