Method ArcRel
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
ArcRel(float, float, float, bool, bool, float, float)
Invoked when a relative elliptical arc command has been parsed.
Command : a
public void ArcRel(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 relative x coordinate for the end point
y
floatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path