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
- rxfloat
- the X axis radius for the ellipse 
- ryfloat
- the Y axis radius for the ellipse 
- xAxisRotationfloat
- the rotation angle in degrees for the ellipse's X-axis relative to the X-axis 
- largeArcFlagbool
- the value of the large-arc-flag 
- sweepFlagbool
- the value of the sweep-flag 
- xfloat
- the relative x coordinate for the end point 
- yfloat
- the relative y coordinate for the end point 
Exceptions
- FormatException
- if an error occured while processing the path