GrPoint()

Name

GrPoint() -- Draw a point

Synopsis

void GrPoint ( GR_DRAW_ID id , GR_GC_ID gc , GR_COORD x , GR_COORD y );

Description

This function draws a single point on the specified drawable at the coordinates (x,y) using the specified graphics context.

Parameters

TypeNameDescription
GR_DRAW_IDidThe ID of the drawable to draw the point on.
GR_GC_IDgcThe ID of the graphics context to use when drawing the point.
GR_COORDxThe X coordinate of the point relative to the drawable.
GR_COORDyThe Y coordinate of the point relative to the drawable.

See Also

GrPoints(), GrLine(), GrRect(), GrPoly(), GrEllipse().