MindFusion.Wpf Pack Programmer's Guide
DiagramLink.StartModify Method
See Also
 





DiagramItem.StartModify override.

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

 Syntax

C#  Copy Code

protected override void StartModify (
    Point org,
    AdjustmentHandle handle,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub StartModify( _
    org As Point, _
    handle As AdjustmentHandle, _
    ist As InteractionState _
)

 Parameters

org

Position of the mouse pointer.

handle

The adjustment handle used to modify this link.

ist

An InteractionState object containing more information about the current state of the operation.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace