MindFusion.Wpf Pack Programmer's Guide
DrawLinkEventArgs Constructor
See Also
 





Initializes a new instance of the DrawLinkEventArgs class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DrawLinkEventArgs (
    DrawingContext graphics,
    DiagramLink link,
    PointCollection points
)

Visual Basic  Copy Code

Public New ( _
    graphics As DrawingContext, _
    link As DiagramLink, _
    points As PointCollection _
)

 Parameters

graphics
The DrawingContext in which to draw the link.
link
The DiagramLink related to the event.
points
The collection containing the coordinates of the link control points.

 See Also

DrawLinkEventArgs Class
MindFusion.Diagramming.Wpf Namespace