Spread WinForms 15
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

Property Value

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