Search
HitTestEventArgs Constructor
See Also
 






Initializes a new instance of the HitTestEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HitTestEventArgs (
    DiagramItem item,
    Point position
)

Visual Basic  Copy Code

Public New ( _
    item As DiagramItem, _
    position As Point _
)

 Parameters

item

The DiagramItem related to the event.

position

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

 See Also