'Declaration
Public Shared Function FromImage( _ ByVal size As Size, _ ByVal color As Color, _ ByVal image As Image _ ) As Icon
Parameters
- size
- The icon size.
- color
- Indicates the icon color.
- image
- The image to show.
'Declaration
Public Shared Function FromImage( _ ByVal size As Size, _ ByVal color As Color, _ ByVal image As Image _ ) As Icon