Checks if the point defined by the specified coordinates is contained within this rectangle.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public boolean contains ( |
The x-coordinate of the point to test.
The y-coordinate of the point to test.
true if the point defined by the specified coordinates is contained within this rectangle; otherwise false.