DrawPathMoveToRelative
DrawPathMoveToRelative -- starts a new sub-path at the given coordinate using relative coordinates
Description
void DrawPathMoveToRelative( DrawingWand drw_wnd, float x, float y )
Starts a new sub-path at the given coordinate using relative 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 |