Search
HitTestEventArgs.Position Property
See Also
 






Gets the location related to the event, expressed in document coordinates.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point Position { get; }

Visual Basic  Copy Code

Public ReadOnly Property Position As Point

 Property Value

A Point value specifying the current mouse position.

 See Also