A Rect record describes the coordinates of a rectangle. The Rect records has the following fields:
Field |
Description |
Left |
The left pixel coordinate of the rectangle |
Top |
The top pixel coordinate of the rectangle |
Right |
The right pixel coordinate of the rectangle |
Bottom |
The bottom pixel coordinate of the rectangle |