Initializes a new instance of the HitTestEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public HitTestEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The cursor location at the time the event is raised, expressed in document coordinates.
See Also