Gets an array containing the coordinates of the points defining the Bézier curve represented by this element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also