Table of Contents

Method LinetoAbs

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

LinetoAbs(float, float)

Invoked when an absolute line command has been parsed.

Command : L

void LinetoAbs(float x, float y)

Parameters

x float

the absolute x coordinate for the end point

y float

the absolute y coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path