Table of Contents

Method MovetoAbs

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

MovetoAbs(float, float)

Invoked when an absolute moveto command has been parsed.

Command : M

public void MovetoAbs(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