MindFusion.Wpf Pack Programmer's Guide
InteractionState.CurrentPoint Property
See Also
 





Gets the current location of the mouse pointer.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Point CurrentPoint { get; }

Visual Basic  Copy Code

Public ReadOnly Property CurrentPoint As Point

 Property Value

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

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming.Wpf Namespace