gf_dim_t

Dimensions of an area

Synopsis:

#include <gf/gf.h>

typedef struct {
    uint16_t w;
    uint16_t h;
    } gf_dim_t;

Description:

The gf_dim_t structure defines the dimensions of an area. It contains at least the following members:

w
Width of the area, in pixels.
h
Height of the area in pixels.

Classification:

QNX Graphics Framework

See also:

gf_cursor_set(), gf_draw_bitmap()