Search
DrawLinkEventArgs.Points Property
See Also
 





Gets a collection of the link's control points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointCollection Points { get; }

Visual Basic  Copy Code

Public ReadOnly Property Points As PointCollection

 Property Value

An instance of the PointCollection class.

 Remarks

When drawing shadows, the points are offset as necessary.

 See Also