Search
DiagramNode.CompleteModify Method
See Also
 





DiagramItem.CompleteModify override.

Namespace: MindFusion.Diagramming
Package: 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