Search
DiagramNode.OnModify Method
See Also
 






Invoked when the user moves or resizes this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnModify (
    Point position,
    AdjustmentHandles adjustmentHandle
)

Visual Basic  Copy Code

Protected Overridable Sub OnModify( _
    position As Point, _
    adjustmentHandle As AdjustmentHandles _
)

 Parameters

position

Specifies the touch position.

adjustmentHandle

Specifies the adjustment handle used to modify the node.

 See Also