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
public void ArcAbs(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 absolute x coordinate for the end point
yfloatthe absolute y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path