GrPoints()

Name

GrPoints() -- Draw a set of points

Synopsis

void GrPoints ( GR_DRAW_ID id , GR_GC_ID gc , GR_COUNT count , GR_POINT * pointtable );

Description

This function draws a set of points defined by the specified point table onto the specified drawable.

Parameters

TypeNameDescription
GR_DRAW_IDidThe ID of the drawable to draw the points onto.
GR_GC_IDgcThe ID of the graphics context to use when drawing the points.
GR_COUNTcountThe number of points in the point table.
GR_POINT*pointtableA pointer to an array of GR_POINT structures which list the points to draw.

See Also

GrPoint(), GrLine(), GrRect(), GrPoly().