Input for WinForms | ComponentOne
C1.Framework Namespace / C1PolygonIcon Class / Points Property

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