Developer --> Technical Publications
[Data Types Summary]

PMRect


Defines a rectangle using four double-point coordinates.
struct PMRect {
    double top;
    double left;
    double right;
    double bottom;
}
FIELDS
top
The vertical coordinate for the upper-left point of the rectangle.
left
The horizontal coordinate for the upper-left point of the rectangle.
right
The horizontal coordinate for the lower-right point of the rectangle.
bottom
The vertical coordinate for the lower-right point of the rectangle.


Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.