formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Point in Windows graphics . Represents a point in a 2D graphical environment in the Windows 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_win_td {
fzrt_int | h; |
fzrt_int | v }; |
Members
h
- Horizontal position (x coordinate)
v
- Vertical position (y coordinate)
Availability
5.0.0.0
See Also
Defined in