Aspose.Svg.Paths

Le Aspose.Svg.Dom.Svg.Paths namespace décrit les classes pour la représentation du contour d’une forme qui peut être remplie ou tracée. Un chemin peut également être utilisé comme chemin de détourage, pour décrire une animation, ou positionner du texte.

Des classes

ClasserLa description
SVGPathSegL’interface SVGPathSeg est une interface de base qui correspond à une seule commande dans une spécification de données de chemin.
SVGPathSegArcAbsL’interface SVGPathSegArcAbs correspond à une commande de données de chemin “arcto absolu” (A).
SVGPathSegArcRelL’interface SVGPathSegArcRel correspond à une commande de données de chemin “arc relatif” (a).
SVGPathSegClosePathl’interface SVGPathSegClosePath correspond à une commande de données de chemin “closepath” (z).
SVGPathSegCurvetoCubicAbsL’interface SVGPathSegCurvetoCubicAbs correspond à une commande de données de chemin « courbe de Bézier absolu cubique vers » (C).
SVGPathSegCurvetoCubicRelL’interface SVGPathSegCurvetoCubicRel correspond à une commande de données de chemin “courbe de Bézier cubique relative” (c).
SVGPathSegCurvetoCubicSmoothAbsL’interface SVGPathSegCurvetoCubicSmoothAbs correspond à une commande de données de chemin “absolue smooth cubic curveto” (S).
SVGPathSegCurvetoCubicSmoothRelL’interface SVGPathSegCurvetoCubicSmoothRel correspond à une commande de données de chemin “relative smooth cubic curveto”(s).
SVGPathSegCurvetoQuadraticAbsL’interface SVGPathSegCurvetoQuadraticAbs correspond à une commande de données de chemin “absolue quadratic Bézier curveto” (Q).
SVGPathSegCurvetoQuadraticRelL’interface SVGPathSegCurvetoQuadraticRel correspond à une commande de données de chemin “relative quadratic Bézier curveto” (q).
SVGPathSegCurvetoQuadraticSmoothAbsL’interface SVGPathSegCurvetoQuadraticSmoothAbs correspond à une commande de données de chemin “absolue smooth cubic curveto” (T).
SVGPathSegCurvetoQuadraticSmoothRelL’interface SVGPathSegCurvetoQuadraticSmoothRel correspond à une commande de données de chemin “relative smooth cubic curveto” (t).
SVGPathSegLinetoAbsL’interface SVGPathSegLinetoAbs correspond à une commande de données de chemin “absolue lineto” (L).
SVGPathSegLinetoHorizontalAbsL’interface SVGPathSegLinetoHorizontalAbs correspond à une commande de données de chemin “ligne horizontale absolue” (H).
SVGPathSegLinetoHorizontalRelL’interface SVGPathSegLinetoHorizontalRel correspond à une commande de données de chemin “relative horizontal lineto” (h).
SVGPathSegLinetoRelL’interface SVGPathSegLinetoRel correspond à une commande de données de chemin “relative lineto” (l).
SVGPathSegLinetoVerticalAbsL’interface SVGPathSegLinetoVerticalAbs correspond à une commande de données de chemin “ligne verticale absolue” (V).
SVGPathSegLinetoVerticalRelL’interface SVGPathSegLinetoVerticalRel correspond à une commande “relative vertical lineto” (v) path data.
SVGPathSegListCette interface définit une liste d’objets SVGPathSeg.
SVGPathSegMovetoAbsL’interface SVGPathSegMovetoAbs correspond à une commande de données de chemin “moveto absolu” (M).
SVGPathSegMovetoRelL’interface SVGPathSegMovetoRel correspond à une commande de données de chemin “relative moveto” (m).

Interfaces

InterfaceLa description
ISVGAnimatedPathDataL’interface SVGAnimatedPathData prend en charge les éléments qui ont un attribut ’d’ qui contient les données de chemin SVG et prend en charge la possibilité d’animer cet attribut.