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





DiagramNode.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 node.

ist

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

 See Also

FreeFormNode Members
FreeFormNode Class
MindFusion.Diagramming.Wpf Namespace