formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_pbuf_point_td

Description

Pixel buffer point. This represents a point in a pixel buffer. This differs from fzrt_point, in that it is OS independent.

typedef struct fzrt_pbuf_point_td {

fzrt_int

x;

fzrt_int

y };

Members

x

- Horizontal position (y coordinate)

y

- Vertical position (x coordinate)

Availability

5.0.0.0

See Also

fzrt_pbuf_get_pixels, , fzrt_pbuf_put_pixels

Defined in

fzrt_api_type.h