ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / ArcShape Class / Verticies Property

In This Topic
    Verticies Property (ArcShape)
    In This Topic
    Gets or sets the verticies of this ArcShape.
    Syntax
    'Declaration
     
    Public Property Verticies As System.Integer(,)
    public System.int[,] Verticies {get; set;}
    See Also