InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / C1PolygonIcon Class / C1PolygonIcon Constructor / C1PolygonIcon Constructor(String)
String used as a key to retrieve the image.

In This Topic
    C1PolygonIcon Constructor(String)
    In This Topic
    Initializes a new instance of the C1PolygonIcon class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String _
    )
    public C1PolygonIcon( 
       string key
    )

    Parameters

    key
    String used as a key to retrieve the image.
    See Also