Returns a Point reflecting the position of the mouse pointer relative to the (0, 0) coordinate on this DiagramSurface.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Point GetMousePosition()
Visual Basic (Declaration)
Public Function GetMousePosition As Point

Return Value

The mouse position relative to (0, 0) on this DiagramSurface.

See Also