Name
GrPoints -- Draw a set of points
Synopsis
void GrPoints (
GR_DRAW_ID id,
GR_GC_ID gc,
GR_COUNT count,
GR_POINT * pointtable
);
Parameters
- id
The ID of the window or other drawable area.
- gc
The graphics context to use when drawing the points.
- count
The number of points in the pointtable.
- pointtable
An array of GR_POINT point.
Description
The GrPoints function
draws count points at the coordinates
listed in the pointtable array using
the settings in the gc grapics context.