Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Geometry.SvgArc

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
Select(Func<PointD, PointD> selector)
Refer to the documentation for SvgPiece.Select.
string
  • Inherited from SvgPiece
  • Overrides: object.ToString()
  • Sealed
Recreates the path in SVG path data syntax.
string
ToString(bool useSpaces)
Recreates the path in SVG path data syntax.
string
ToString(int decimalPlaces, bool useSpaces = false)

Instance properties

PointD Returns the arc’s end-point. (see also remarks)
boolDetermines if the arc should be greater than or less than 180 degrees.
PointD[]The set of points associated with this piece.
doubleX radius of the ellipse.
doubleY radius of the ellipse.
boolDetermines if the arc should begin moving at positive angles or negative ones.
SvgPieceTypeThe type of piece (straight line, curve, etc.)
doubleRotation (in degrees, clockwise) of the ellipse.

Static fields

SvgPieceDesignates the end of a path or subpath.