InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework Namespace / PolygonIconElement Class / Points Property

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