Search
AnchorPointEventArgs Constructor
See Also
 





Initializes a new instance of the AnchorPointEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPointEventArgs (
    DiagramLink link,
    int oldAnchorIndex,
    int newAnchorIndex
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    oldAnchorIndex As Integer, _
    newAnchorIndex As Integer _
)

 Parameters

link

The link whose end has been attached to a different anchor point.

oldAnchorIndex
The index of the old anchor point.
newAnchorIndex
The index of the new anchor point.

 See Also