JPlanner Programmer's Guide
Rectangle.contains Method (Point)
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 (
    Point 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
Rectangle Members
Rectangle Class
com.mindfusion.common Namespace