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