InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / C1BitmapIcon Class / C1BitmapIcon Constructor / C1BitmapIcon Constructor(String,Size,Color,Image)
String used as a key to retrieve the image.
The icon size.
Indicates the icon color.
The image to show.

In This Topic
    C1BitmapIcon Constructor(String,Size,Color,Image)
    In This Topic
    Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String, _
       ByVal size As Size, _
       ByVal color As Color, _
       ByVal image As Image _
    )
    public C1BitmapIcon( 
       string key,
       Size size,
       Color color,
       Image image
    )

    Parameters

    key
    String used as a key to retrieve the image.
    size
    The icon size.
    color
    Indicates the icon color.
    image
    The image to show.
    See Also