Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / PolygonAnnotationBase Class / Points Property

In This Topic
    Points Property (PolygonAnnotationBase)
    In This Topic
    Gets or sets the points of polygon or polyline. The coordinates of points are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.

    Note that if the annotation is associated with more than one page, the media box of the first of those pages is used to calculate the coordinates.

    Syntax
    'Declaration
     
    Public Property Points As System.Collections.Generic.IReadOnlyList(Of PointF)
    public System.Collections.Generic.IReadOnlyList<PointF> Points {get; set;}
    See Also