formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Pixel buffer rectangle. This represents a rectangular area in a pixel buffer. This differs from fzrt_rect, in that it is OS independent, and can represent values large enough to overcome some limitations on Macintosh.
typedef struct fzrt_pbuf_rect_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
fzrt_pbuf_get_pixels, , fzrt_pbuf_put_pixels,
Defined in