Summary
Encapsulates an elliptical arc in SVG path data.
Constructors
SvgArc(double rx, double ry, double xAxisRotation, bool largeArcFlag, bool sweepFlag, PointD endPoint) | Encapsulates an elliptical arc in SVG path data. |
Instance methods
| SvgPiece | | Refer to the documentation for SvgPiece.Select. |
| string | | Recreates the path in SVG path data syntax. |
| string | |
Recreates the path in SVG path data syntax. |
| string | ToString(int decimalPlaces, bool useSpaces = false) |
Instance properties
| PointD | |
Returns the arc’s end-point. |
| bool | | Determines if the arc should be greater than or less than 180 degrees. |
| PointD[] | | The set of points associated with this piece. |
| double | | X radius of the ellipse. |
| double | | Y radius of the ellipse. |
| bool | | Determines if the arc should begin moving at positive angles or negative ones. |
| SvgPieceType | | The type of piece (straight line, curve, etc.) |
| double | | Rotation (in degrees, clockwise) of the ellipse. |
Static fields
| SvgPiece | | Designates the end of a path or subpath. |