ASP.NET Pack Programmer's Guide
DiagramNode.containsPoint Method (Point2D, Single)
See Also
 






Tests whether the specified point is inside this node or within the specified distance from its outlines.

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

 Syntax

Java  Copy Code

public boolean containsPoint (
    Point2D point,
    float threshold
)

 Parameters

point

The point to check.

threshold

Specifies the size of the area around the node outlines where the point is still considered inside the node.

 Return Value

true it this node contains the specified point; otherwise, false.

 See Also

containsPoint Method Overload List
DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace