Search
InteractionState.Complete Method
See Also
 





This method is invoked to complete the interaction, usually when the user releases the left mouse button.

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

 Syntax

C#  Copy Code

public void Complete (
    Point point,
    Diagram diagram
)

Visual Basic  Copy Code

Public Sub Complete( _
    point As Point, _
    diagram As Diagram _
)

 Parameters

point
A .NET Point instance indicating the location of the cursor, in document coordinates.
diagram
The Diagram, at which the action is performed.

 See Also