ASP.NET Pack Programmer's Guide
DrawLinkEventArgs.Points Property
See Also
 





Gets a collection of the link's control points.

Namespace: MindFusion.Diagramming
Package: 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

DrawLinkEventArgs Members
DrawLinkEventArgs Class
MindFusion.Diagramming Namespace