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
x
floatthe relative x coordinate for the end point
y
floatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path