Definition of a MacOS Point. More...
Public Attributes | |
int16_t | v |
Vertical (Y) coordinate. | |
int16_t | h |
Height (X) coordinate. | |
Definition of a MacOS Point.
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 Point::h |
Height (X) coordinate.
int16_t Point::v |
Vertical (Y) coordinate.