Search
InteractionState.Commit Method
See Also
 






Invoked to commit the changes made by the user.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Commit (
    Point currentPoint
)

Visual Basic  Copy Code

Public Sub Commit( _
    currentPoint As Point _
)

 Parameters

currentPoint

A Point instance indicating the location of the cursor.

 See Also