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
rxfloatthe X axis radius for the ellipse
ryfloatthe Y axis radius for the ellipse
xAxisRotationfloatthe rotation angle in degrees for the ellipse's X-axis relative to the X-axis
largeArcFlagboolthe value of the large-arc-flag
sweepFlagboolthe value of the sweep-flag
xfloatthe relative x coordinate for the end point
yfloatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path