Table of Contents

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

x float

the relative x coordinate for the end point

y float

the relative y coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path