formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Point in Macintosh graphics Represents a point in a 2D graphical environment in the Macintosh OS. NOTE: the implementation is platform dependent to match the defined Point. This structure should not be saved to disk. If you need to save a Rectangle, you should define your own structure that is platform independent.
typedef struct fzrt_point_mac_td {
short | v; |
short | h }; |
Members
v
- Vertical position (y coordinate)
h
- Horizontal position (x coordinate)
Availability
5.0.0.0
See Also
Defined in