Class: Rect


Summary

A rectangle object containng top, left, bottom, and right coordinates.


Methods

MethodDescription
 getSize Get the Size of the rectangle
 height Get the height of the rectangle
 inflate Adjust size of the rectangle equally
 isPointInRect Determine whether a given Point is within the rectangle
 moveTo Move the rectangle to a new position
 offset Adjust the position of the rectangle.
 setHeight Set the height of the rectangle
 setWidth Set the width of the rectangle
 width Get the width of the rectangle


Properties

PropertyDescription
 bottom Specifies the y-coordinate of the lower-right corner of the rectangle.
 left Specifies the x-coordinate of the upper-left corner of the rectangle.
 right Specifies the x-coordinate of the lower-right corner of the rectangle.
 top Specifies the y-coordinate of the upper-left corner of the rectangle.


Requirements

build 1065