Gets a double array containing the coordinates of the end points of this line segment.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double[] Coordinates { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Coordinates As Double() |
An array of double values containing the coordinates of the points composing this element.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |