ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1PathIcon Class / C1PathIcon Constructor / C1PathIcon Constructor(String,Size,Color,String)
String used as a key to retrieve the image.
The icon size.
Indicates the icon color.
The svg string describing shape to display.

In This Topic
    C1PathIcon Constructor(String,Size,Color,String)
    In This Topic
    Initializes a new instance of the C1PathIcon 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 data As System.String _
    )
    public C1PathIcon( 
       System.string key,
       System.Drawing.Size size,
       System.Drawing.Color color,
       System.string data
    )

    Parameters

    key
    String used as a key to retrieve the image.
    size
    The icon size.
    color
    Indicates the icon color.
    data
    The svg string describing shape to display.
    See Also