Search
DiagramItem.StartModify Method
See Also
 





Invoked when the user starts modifying this item interactively.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void StartModify (
    PointF org,
    AdjustmentHandle handle,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overridable Sub StartModify( _
    org As PointF, _
    handle As AdjustmentHandle, _
    ist As InteractionState _
)

 Parameters

org

Position of the mouse pointer.

handle

The adjustment handle used to modify this item.

ist

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

 See Also