ASP.NET Pack Programmer's Guide
FreeFormNode.StartModify Method
See Also
 





DiagramNode.StartModify override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Protected Overrides 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 node.

ist

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

 See Also

FreeFormNode Members
FreeFormNode Class
MindFusion.Diagramming Namespace