ASP.NET Pack Programmer's Guide
LineTemplate.Coordinates Property
See Also
 





Gets a float array containing the coordinates of the end points of this line segment.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float[] Coordinates { get; }

Visual Basic  Copy Code

Public ReadOnly Property Coordinates As Single()

 Property Value

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

 See Also

LineTemplate Members
LineTemplate Class
MindFusion.Diagramming Namespace