Gets a float array containing the coordinates of the points defining the Bézier curve represented by this element.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public float[] Coordinates { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Coordinates As Single() |
An array of float values containing the coordinates of the points composing this element.