Table of Contents

Method ArcAbs

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

ArcAbs(float, float, float, bool, bool, float, float)

Invoked when an absolute elliptical arc command has been parsed.

Command : A

void ArcAbs(float rx, float ry, float xAxisRotation, bool largeArcFlag, bool sweepFlag, float x, float y)

Parameters

rx float

the X axis radius for the ellipse

ry float

the Y axis radius for the ellipse

xAxisRotation float

the rotation angle in degrees for the ellipse's X-axis relative to the X-axis

largeArcFlag bool

the value of the large-arc-flag

sweepFlag bool

the value of the sweep-flag

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