Aspose.Html.Dom.Svg.Paths

The Aspose.Html.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

ClassDescription
SVGPathSegThe SVGPathSeg interface is a base interface that corresponds to a single command within a path data specification.
SVGPathSegArcAbsThe SVGPathSegArcAbs interface corresponds to an “absolute arcto” (A) path data command.
SVGPathSegArcRelThe SVGPathSegArcRel interface corresponds to a “relative arcto” (a) path data command.
SVGPathSegClosePathhe SVGPathSegClosePath interface corresponds to a “closepath” (z) path data command.
SVGPathSegCurvetoCubicAbsThe SVGPathSegCurvetoCubicAbs interface corresponds to an “absolute cubic Bézier curveto” (C) path data command.
SVGPathSegCurvetoCubicRelThe SVGPathSegCurvetoCubicRel interface corresponds to a “relative cubic Bézier curveto” (c) path data command.
SVGPathSegCurvetoCubicSmoothAbsThe SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (S) path data command.
SVGPathSegCurvetoCubicSmoothRelThe SVGPathSegCurvetoCubicSmoothRel interface corresponds to a “relative smooth cubic curveto” (s) path data command.
SVGPathSegCurvetoQuadraticAbsThe SVGPathSegCurvetoQuadraticAbs interface corresponds to an “absolute quadratic Bézier curveto” (Q) path data command.
SVGPathSegCurvetoQuadraticRelThe SVGPathSegCurvetoQuadraticRel interface corresponds to a “relative quadratic Bézier curveto” (q) path data command.
SVGPathSegCurvetoQuadraticSmoothAbsThe SVGPathSegCurvetoQuadraticSmoothAbs interface corresponds to an “absolute smooth cubic curveto” (T) path data command.
SVGPathSegCurvetoQuadraticSmoothRelThe SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a “relative smooth cubic curveto” (t) path data command.
SVGPathSegLinetoAbsThe SVGPathSegLinetoAbs interface corresponds to an “absolute lineto” (L) path data command.
SVGPathSegLinetoHorizontalAbsThe SVGPathSegLinetoHorizontalAbs interface corresponds to an “absolute horizontal lineto” (H) path data command.
SVGPathSegLinetoHorizontalRelThe SVGPathSegLinetoHorizontalRel interface corresponds to a “relative horizontal lineto” (h) path data command.
SVGPathSegLinetoRelThe SVGPathSegLinetoRel interface corresponds to a “relative lineto” (l) path data command.
SVGPathSegLinetoVerticalAbsThe SVGPathSegLinetoVerticalAbs interface corresponds to an “absolute vertical lineto” (V) path data command.
SVGPathSegLinetoVerticalRelThe SVGPathSegLinetoVerticalRel interface corresponds to a “relative vertical lineto” (v) path data command.
SVGPathSegListThis interface defines a list of SVGPathSeg objects.
SVGPathSegMovetoAbsThe SVGPathSegMovetoAbs interface corresponds to an “absolute moveto” (M) path data command.
SVGPathSegMovetoRelThe SVGPathSegMovetoRel interface corresponds to a “relative moveto” (m) path data command.

Interfaces

InterfaceDescription
ISVGAnimatedPathDatahe SVGAnimatedPathData interface supports elements which have a ‘d’ attribute which holds SVG path data, and supports the ability to animate that attribute.