This function draws a single point on the specified drawable at the coordinates (x,y) using the specified graphics context.
Type | Name | Description |
---|---|---|
GR_DRAW_ID | id | The ID of the drawable to draw the point on. |
GR_GC_ID | gc | The ID of the graphics context to use when drawing the point. |
GR_COORD | x | The X coordinate of the point relative to the drawable. |
GR_COORD | y | The Y coordinate of the point relative to the drawable. |