Table of Contents

Method LinetoRel

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

LinetoRel(float, float)

Invoked when a relative line command has been parsed.

Command : l

public void LinetoRel(float x, float y)

Parameters

x float

the relative x coordinates for the end point

y float

the relative y coordinates for the end point

Exceptions

FormatException

if an error occured while processing the path