Search
DiagramNode.containsPoint Method
See Also
 

 Overload List

Name Description

DiagramNode.containsPoint (Point2D)

DiagramItem.containsPoint override. Checks whether this node contains the specified point. This method is called during hit-testing to determine if the mouse is over the node.

DiagramNode.containsPoint (Point2D, float)

DiagramItem.containsPoint override. Checks whether this node contains the specified point. This method is called during hit-testing to determine if the mouse is over the node.

 See Also