DrawPathLineToAbsolute
DrawPathLineToAbsolute -- draws a line path from the current point to the given coordinate using absolute coordinates
Description
void DrawPathLineToAbsolute( DrawingWand drw_wnd, float x, float y )
Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x | Target x ordinate |
| y | Target y ordinate |