Method MovetoRel
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
MovetoRel(float, float)
Invoked when a relative moveto command has been parsed.
Command : m
void MovetoRel(float x, float y)Parameters
- xfloat
- the relative x coordinate for the end point 
- yfloat
- the relative y coordinate for the end point 
Exceptions
- FormatException
- if an error occured while processing the path