Definition of a MacOS Rect. More...
Public Attributes | |
int16_t | top |
Topmost Y coordinate. | |
int16_t | left |
Leftmost X coordinate. | |
int16_t | bottom |
Bottommost Y coordinate. | |
int16_t | right |
Rightmost X coordinate. | |
Definition of a MacOS Rect.
Duplicate of the definition found in the MacOS header <MacTypes.h>
This is to allow non-Mac desktop platforms to manipulate data used by MacOS functions and data sharing. It's assumed to be stored on disc in Big Endian format.
int16_t Rect::bottom |
Bottommost Y coordinate.
int16_t Rect::left |
Leftmost X coordinate.
int16_t Rect::right |
Rightmost X coordinate.
int16_t Rect::top |
Topmost Y coordinate.