DrawPathMoveToAbsolute
DrawPathMoveToAbsolute -- starts a new sub-path at the given coordinate using absolute coordinates
Description
void DrawPathMoveToAbsolute( DrawingWand drw_wnd, float x, float y )
Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| x | Target x ordinate |
| y | Target y ordinate |