MindFusion.Wpf Pack Programmer's Guide
ShapeNode.CompleteModify Method
See Also
 





DiagramNode.CompleteModify override.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected override void CompleteModify (
    Point end,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub CompleteModify( _
    end As Point, _
    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

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace