formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Rectangle in Windows graphics . Represents a rectangle in a 2D graphical environment of the Windows OS. NOTE: the implementation is platform dependent to match the defined Rect. 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_rect_win_td {
fzrt_int | left; |
fzrt_int | top; |
fzrt_int | right; |
fzrt_int | bottom }; |
Members
left
- left edge x coordinate of rectangle
top
- top edge y coordinate of rectangle
right
- right edge x coordinate of rectangle
bottom
- bottom edge y coordinate of rectangle
Availability
5.0.0.0
See Also
Defined in