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