aspose.svg.paths
The Aspose.Svg.Dom.Svg.Paths namespace describes classes for representation of outline of a shape which can be filled or stroked. A path can also be used as a clipping path, to describe animation, or position text.
Classes
Class | Description |
---|---|
ISVGAnimatedPathData | he SVGAnimatedPathData interface supports elements which have a ‘d’ attribute which holds SVG path data, and supports the ability to animate that attribute. |
SVGPathSeg | The SVGPathSeg interface is a base interface that corresponds to a single command within a path data specification. |
SVGPathSegArcAbs | The SVGPathSegArcAbs interface corresponds to an “absolute arcto” (A) path data command. |
SVGPathSegArcRel | The SVGPathSegArcRel interface corresponds to a “relative arcto” (a) path data command. |
SVGPathSegClosePath | he SVGPathSegClosePath interface corresponds to a “closepath” (z) path data command. |
SVGPathSegCurvetoCubicAbs | The SVGPathSegCurvetoCubicAbs interface corresponds to an “absolute cubic Bézier curveto” (C) path data command. |
SVGPathSegCurvetoCubicRel | The SVGPathSegCurvetoCubicRel interface corresponds to a “relative cubic Bézier curveto” (c) path data command. |
SVGPathSegCurvetoCubicSmoothAbs | The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (S) path data command. |
SVGPathSegCurvetoCubicSmoothRel | The SVGPathSegCurvetoCubicSmoothRel interface corresponds to a “relative smooth cubic curveto” (s) path data command. |
SVGPathSegCurvetoQuadraticAbs | The SVGPathSegCurvetoQuadraticAbs interface corresponds to an “absolute quadratic Bézier curveto” (Q) path data command. |
SVGPathSegCurvetoQuadraticRel | The SVGPathSegCurvetoQuadraticRel interface corresponds to a “relative quadratic Bézier curveto” (q) path data command. |
SVGPathSegCurvetoQuadraticSmoothAbs | The SVGPathSegCurvetoQuadraticSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (T) path data command. |
SVGPathSegCurvetoQuadraticSmoothRel | The SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a “relative smooth cubic curveto” (t) path data command. |
SVGPathSegLinetoAbs | The SVGPathSegLinetoAbs interface corresponds to an “absolute lineto” (L) path data command. |
SVGPathSegLinetoHorizontalAbs | The SVGPathSegLinetoHorizontalAbs interface corresponds to an “absolute horizontal lineto” (H) path data command. |
SVGPathSegLinetoHorizontalRel | The SVGPathSegLinetoHorizontalRel interface corresponds to a “relative horizontal lineto” (h) path data command. |
SVGPathSegLinetoRel | The SVGPathSegLinetoRel interface corresponds to a “relative lineto” (l) path data command. |
SVGPathSegLinetoVerticalAbs | The SVGPathSegLinetoVerticalAbs interface corresponds to an “absolute vertical lineto” (V) path data command. |
SVGPathSegLinetoVerticalRel | The SVGPathSegLinetoVerticalRel interface corresponds to a “relative vertical lineto” (v) path data command. |
SVGPathSegList | This interface defines a list of SVGPathSeg objects. |
SVGPathSegMovetoAbs | The SVGPathSegMovetoAbs interface corresponds to an “absolute moveto” (M) path data command. |
SVGPathSegMovetoRel | The SVGPathSegMovetoRel interface corresponds to a “relative moveto” (m) path data command. |