ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.String, _
       ByVal size As System.Drawing.Size, _
       ByVal color As System.Drawing.Color, _
       ByVal image As System.Drawing.Image _
    )
    public C1BitmapIcon( 
       System.string key,
       System.Drawing.Size size,
       System.Drawing.Color color,
       System.Drawing.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