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