GR_POINT

Name

GR_POINT -- Point structure

Synopsis

typedef struct 
{
    GR_COORD     x;
    GR_COORD     y;
} GR_POINT;
  

Description

A GR_POINT structure defines the position of a single pixel point on the screen or within a drawable.

Fields

TypeNameDescription
GR_COORDxThe X coordinate of the point.
GR_COORDyThe Y coordinate of the point.