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

 Syntax

C#  Copy Code

public void Complete (
    PointF point,
    Diagram diagram
)

Visual Basic  Copy Code

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

 Parameters

point

A .NET PointF instance indicating the location of the cursor, in document coordinates.

diagram
The Diagram, at which the action is performed.

 See Also