Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / FreeFormPolygon Class / Points Property

In This Topic
    Points Property (FreeFormPolygon)
    In This Topic
    Gets or sets the array of source points (before their transformation).
    Syntax
    'Declaration
     
    Public Property Points As System.Drawing.PointF()
    public System.Drawing.PointF[] Points {get; set;}
    See Also