Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeNode Interface / Points Property


In This Topic
    Points Property (IShapeNode)
    In This Topic
    Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
    Syntax
    'Declaration
     
    
    ReadOnly Property Points As IReadonlyArray(Of Point)
    'Usage
     
    
    Dim instance As IShapeNode
    Dim value As IReadonlyArray(Of Point)
     
    value = instance.Points
    IReadonlyArray<Point> Points {get;}

    Property Value

    The position of the specified node as a coordinate pair.
    See Also