Name
GrPoint -- Draw a point
Synopsis
void GrPoint (
GR_DRAW_ID id,
GR_GC_ID gc,
GR_COORD x,
GR_COORD y
);
Parameters
- id
The ID of the window or other drawable area.
- gc
The graphics context to use when drawing the point.
- x, y
The location to draw the point.
Description
The GrPoint function
draws a point at the specified coordinates
(x, y) using
the settings in the gc grapics context.