Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / NumberOfPoints Property

In This Topic
    NumberOfPoints Property
    In This Topic
    Gets the number of AnchorPoints in the Contour.

    Returns -1 for dependent contours.

    Syntax
    'Declaration
     
    Public ReadOnly Property NumberOfPoints As System.Integer
    public System.int NumberOfPoints {get;}
    See Also