Class Rect : isPointInRect Method
Boolean isPointInRect( Point point ) |
Summary
Determine whether a given Point is within the rectangle
Parameters
Parameter | Description |
Point point |
The point to test |
|
|
|
Returns
True if the Point is within the Rect, false otherwise.
See Also
Point
Requirements
build 1065
|