DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public void Update (
    Point currentPoint
)

Visual Basic  Copy Code

Public Sub Update( _
    currentPoint As Point _
)

 Parameters

currentPoint
A Silverlight System.Windows Point object indicating the location of the cursor, in document coordinates.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming Namespace