Search
InteractionState.Update Method
See Also
 






This method is invoked to update the interaction state, usually in response to the user moving the mouse after the modification has started.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Update (
    Point currentPoint,
    uint pointerId
)

Visual Basic  Copy Code

Public Sub Update( _
    currentPoint As Point, _
    pointerId As UInteger _
)

 Parameters

currentPoint

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

pointerId

The id of the Pointer

 See Also