Search
HitTestEvent Constructor
See Also
 

Initializes a new instance of the HitTestEvent class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public HitTestEvent (
    Object source,
    DiagramItem item,
    Point2D pointerPosition
)

 Parameters

source

The event source.

item

The DiagramItem related to the event.

mousePosition

The cursor location at the time the event is raised, expressed in document coordinates.

 See Also