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






Checks if the specified rectangle is entirely contained within this rectangle.

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

 Syntax

Java  Copy Code

public boolean contains (
    RectangleD rect
)

 Parameters

rect

The rectangle to test.

 Return Value

true if the rectangular region represented by rect is entirely contained within this rectangle; otherwise false.

 See Also

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