Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / Points Property

In This Topic
    Points Property (Contour)
    In This Topic
    Gets a read-only list of AnchorPoints.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As System.Collections.Generic.IReadOnlyList(Of AnchorPoint)
    public System.Collections.Generic.IReadOnlyList<AnchorPoint> Points {get;}
    See Also