JPlanner Programmer's Guide
Rectangle.contains Method
See Also
 






Checks a point or a rectangle is contained within this rectangle.

 Overload List

Name Description

Rectangle.contains (Int32, Int32)

Checks if the point defined by the specified coordinates is contained within this rectangle.

Rectangle.contains (Point)

Checks if the specified point is contained within this rectangle.

Rectangle.contains (Rectangle)

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

 See Also

Rectangle Members
Rectangle Class
com.mindfusion.common Namespace