JPlanner Programmer's Guide
RectangleD.contains Method (PointD)
See Also
 






Checks if the specified point is contained within this rectangle.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean contains (
    PointD point
)

 Parameters

point

The point to test.

 Return Value

true if the point is contained within this rectangle; otherwise false.

 See Also

contains Method Overload List
RectangleD Members
RectangleD Class
com.mindfusion.common Namespace