Search
InteractionState.CurrentPoint Property
See Also
 






Gets or sets the current location of the mouse pointer.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point CurrentPoint { get; set; }

Visual Basic  Copy Code

Public Property CurrentPoint As Point

 Property Value

Point instance that specifies the current location of the cursor, in document coordinates.

 See Also