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