Search
ShapeNode.UpdateModify Method
See Also
 





DiagramNode.UpdateModify override. Invoked during interactive modification of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void UpdateModify (
    PointF current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateModify( _
    current As PointF, _
    ist As InteractionState _
)

 Parameters

current

Position of the mouse pointer.

ist

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

 See Also