Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 8

gf_point_t

Coordinates of a single point

Synopsis:

#include <gf/gf.h>

typedef struct {
    int32_t x;
    int32_t y;
    } gf_point_t;

Description:

The gf_point_t structure describes a 2D coordinate in a Cartesian system where x progresses from the left to the right and y progresses from the top to the bottom. It contains at least the following members:

x
X-axis coordinate, which is the horizontal position of the point.
y
Y-axis coordinate, which is the vertical position of the point.

Classification:

QNX Graphics Framework

See also:

gf_cursor_set(), gf_cursor_set_pos(), gf_draw_bitmap(), gf_draw_blit1(), gf_draw_blit2(), gf_draw_poly_fill(), gf_draw_polyline()


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 90

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/api/gf_point_t.html on line 90