Gets the current location of the mouse pointer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Point CurrentPoint { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property CurrentPoint As Point |
A Microsoft.Maui.Graphics.Point that specifies the current location of the cursor, in document coordinates.
See Also