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