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





DiagramNode.StartModify override. Invoked when the user starts modifying this item interactively.

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

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace