This function draws a set of points defined by the specified point table onto the specified drawable.
Type | Name | Description |
---|---|---|
GR_DRAW_ID | id | The ID of the drawable to draw the points onto. |
GR_GC_ID | gc | The ID of the graphics context to use when drawing the points. |
GR_COUNT | count | The number of points in the point table. |
GR_POINT* | pointtable | A pointer to an array of GR_POINT structures which list the points to draw. |