![]() |
PMRect |
Header: PMDefinitions.h |
Defines a rectangle using four double-point coordinates.
struct PMRect { double top; double left; double bottom; double right; };
The vertical coordinate for the upper-left point of the rectangle.
The horizontal coordinate for the upper-left point of the rectangle.
The horizontal coordinate for the lower-right point of the rectangle.
The vertical coordinate for the lower-right point of the rectangle.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)