DrawPathLineToHorizontalRelative
DrawPathLineToHorizontalRelative -- draws a horizontal line path from the current point to the target point using relative coordinates
Description
void DrawPathLineToHorizontalRelative( DrawingWand drw_wnd, float x )
Draws a horizontal 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 |
| x | Target x ordinate |