Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Geometry.SvgPiece

Summary

Encapsulates a piece of SVG path data.

Constructors

SvgPiece(SvgPieceType type, params PointD[] points)
Constructor.

Instance methods

SvgPiece
Select(Func<PointD, PointD> selector)
  • Virtual
Returns a new SvgPiece of the same SvgPieceType in which all points have been mapped through the selector.
string
  • Overrides: object.ToString()
  • Sealed
Recreates the path in SVG path data syntax.
string
ToString(bool useSpaces)
  • Virtual
Recreates the path in SVG path data syntax.
string
ToString(int decimalPlaces, bool useSpaces = false)
  • Virtual

Instance properties

PointD[]The set of points associated with this piece.
SvgPieceTypeThe type of piece (straight line, curve, etc.)

Static fields

SvgPieceDesignates the end of a path or subpath.