Xamarin Pack Programmer's Guide
BezierTemplate.Coordinates Property
See Also
 






Gets a double array containing the coordinates of the points defining the bezier curve represented by this element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double[] Coordinates { get; }

Visual Basic  Copy Code

Public ReadOnly Property Coordinates As Double()

 Property Value

An array of double values containing the coordinates of the points composing this element.

 See Also

BezierTemplate Members
BezierTemplate Class
MindFusion.Diagramming Namespace