DrawPoint
DrawPoint -- draws a point at the specified coordinates
Description
void DrawPoint( DrawingWand drw_wnd, float x, float y )
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x | Target x coordinate |
| y | Target y coordinate |