Carbon


PMRect

Header: PMDefinitions.h

Defines a rectangle using four double-point coordinates.

struct PMRect {
    double top; 
    double left; 
    double bottom; 
    double right;
};

Field descriptions

top

The vertical coordinate for the upper-left point of the rectangle.

left

The horizontal coordinate for the upper-left point of the rectangle.

bottom

The horizontal coordinate for the lower-right point of the rectangle.

right

The vertical coordinate for the lower-right point of the rectangle.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)