Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / PolygonShape Class / Points Property

In This Topic
    Points Property (PolygonShape)
    In This Topic
    Specifies the vertices of the polygon.
    Syntax
    'Declaration
     
    Public Property Points As C1.Win.Interop.Point()
    public C1.Win.Interop.Point[] Points {get; set;}
    See Also