[]
Creates a new instance of Icon with with specified key, size, color and image.
public static Icon FromVector(Size size, Color color, string data)
Public Shared Function FromVector(size As Size, color As Color, data As String) As Icon
Type | Name | Description |
---|---|---|
Size | size | The icon size. |
Color | color | Indicates the icon color. |
string | data |
Type | Description |
---|---|
Icon | A new instance of Icon |