Search
ShapeNode.CompleteModify Method
See Also
 





DiagramNode.CompleteModify override. Invoked when the item modification has been completed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void CompleteModify (
    PointF end,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub CompleteModify( _
    end As PointF, _
    ist As InteractionState _
)

 Parameters

end

The mouse pointer position.

ist

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

 See Also