Gets the current location of the mouse pointer.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Point CurrentPoint { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property CurrentPoint As Point |
A .NET Point instance that specifies the current location of the cursor, in document coordinates.
WpfDiagram Programmer's Guide | © 2024 MindFusion |