DrawPathLineToRelative
DrawPathLineToRelative -- draws a line path from the current point to the given coordinate using relative coordinates
Description
void DrawPathLineToRelative( DrawingWand drw_wnd, float x, float y )
Draws a line path from the current point to the given coordinate using relative 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 |