Search
FreeFormNode.containsPoint Method
See Also
 

 Overload List

Name Description

FreeFormNode.containsPoint (Point2D)

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

FreeFormNode.containsPoint (Point2D, float)

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

 See Also