Summary
Encapsulates a piece of SVG path data.
Constructors
Instance methods
| SvgPiece | |
Returns a new SvgPiece of the same SvgPieceType in which all points have been mapped
through the selector. |
| 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[] | | The set of points associated with this piece. |
| SvgPieceType | | The type of piece (straight line, curve, etc.) |
Static fields
| SvgPiece | | Designates the end of a path or subpath. |