ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / PolygonIconRenderer Class / Points Property

In This Topic
    Points Property (PolygonIconRenderer)
    In This Topic
    Gets or sets the points that describe the shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As System.Drawing.PointF()
    public System.Drawing.PointF[] Points {get;}
    See Also