RECT
Object List Next Object
Definition:
A structure that defines the coordinates of a rectangle. The coordinates
defined are the upper-left and lower-right corners.
Specialized Features:
The following table lists and describes the properties added by RECT. There are no added methods or events.
Properties Use to...
bottom Specify the upper-left corner's x-coordinate.
left_ Specify the upper-left corner's y-coordinate.
right_ Specify the lower-right corner's x-coordinate.
top Specify the lower-right corner's y-coordinate.
Copied Features:
None.
Details:
This object is used as an interface to some of the system DLL's.