Aspose.Svg.Paths Namespace

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
  ClassDescription
Public classSVGPathSeg
The SVGPathSeg interface is a base interface that corresponds to a single command within a path data specification.
Public classSVGPathSegArcAbs
The SVGPathSegArcAbs interface corresponds to an "absolute arcto" (A) path data command.
Public classSVGPathSegArcRel
The SVGPathSegArcRel interface corresponds to a "relative arcto" (a) path data command.
Public classSVGPathSegClosePath
he SVGPathSegClosePath interface corresponds to a "closepath" (z) path data command.
Public classSVGPathSegCurvetoCubicAbs
The SVGPathSegCurvetoCubicAbs interface corresponds to an "absolute cubic Bézier curveto" (C) path data command.
Public classSVGPathSegCurvetoCubicRel
The SVGPathSegCurvetoCubicRel interface corresponds to a "relative cubic Bézier curveto" (c) path data command.
Public classSVGPathSegCurvetoCubicSmoothAbs
The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (S) path data command.
Public classSVGPathSegCurvetoCubicSmoothRel
The SVGPathSegCurvetoCubicSmoothRel interface corresponds to a "relative smooth cubic curveto" (s) path data command.
Public classSVGPathSegCurvetoQuadraticAbs
The SVGPathSegCurvetoQuadraticAbs interface corresponds to an "absolute quadratic Bézier curveto" (Q) path data command.
Public classSVGPathSegCurvetoQuadraticRel
The SVGPathSegCurvetoQuadraticRel interface corresponds to a "relative quadratic Bézier curveto" (q) path data command.
Public classSVGPathSegCurvetoQuadraticSmoothAbs
The SVGPathSegCurvetoQuadraticSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (T) path data command.
Public classSVGPathSegCurvetoQuadraticSmoothRel
The SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a "relative smooth cubic curveto" (t) path data command.
Public classSVGPathSegLinetoAbs
The SVGPathSegLinetoAbs interface corresponds to an "absolute lineto" (L) path data command.
Public classSVGPathSegLinetoHorizontalAbs
The SVGPathSegLinetoHorizontalAbs interface corresponds to an "absolute horizontal lineto" (H) path data command.
Public classSVGPathSegLinetoHorizontalRel
The SVGPathSegLinetoHorizontalRel interface corresponds to a "relative horizontal lineto" (h) path data command.
Public classSVGPathSegLinetoRel
The SVGPathSegLinetoRel interface corresponds to a "relative lineto" (l) path data command.
Public classSVGPathSegLinetoVerticalAbs
The SVGPathSegLinetoVerticalAbs interface corresponds to an "absolute vertical lineto" (V) path data command.
Public classSVGPathSegLinetoVerticalRel
The SVGPathSegLinetoVerticalRel interface corresponds to a "relative vertical lineto" (v) path data command.
Public classSVGPathSegList
This interface defines a list of SVGPathSeg objects.
Public classSVGPathSegMovetoAbs
The SVGPathSegMovetoAbs interface corresponds to an "absolute moveto" (M) path data command.
Public classSVGPathSegMovetoRel
The SVGPathSegMovetoRel interface corresponds to a "relative moveto" (m) path data command.
Interfaces
  InterfaceDescription
Public interfaceISVGAnimatedPathData
he SVGAnimatedPathData interface supports elements which have a ‘d’ attribute which holds SVG path data, and supports the ability to animate that attribute.