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
floatthe X axis radius for the ellipse
ry
floatthe Y axis radius for the ellipse
xAxisRotation
floatthe rotation angle in degrees for the ellipse's X-axis relative to the X-axis
largeArcFlag
boolthe value of the large-arc-flag
sweepFlag
boolthe value of the sweep-flag
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