Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

Nom de classeDescription
SVGPathSegL’interfície SVGPathSeg és una interface de base que correspon a un únic comandament dins d’una especificació de dades de ruta.
SVGPathSegArcAbsL’interfície SVGPathSegArcAbs correspon a un comandament de dades de ruta “absoluta arcto” (A).
SVGPathSegArcRelL’interfície SVGPathSegArcRel correspon a un comandament de dades “relatiu arcto” (a) camí.
SVGPathSegClosePathl’interfície SVGPathSegClosePath correspon a un comanda de dades de “closepath” (z) camí.
SVGPathSegCurvetoCubicAbsL’interfície SVGPathSegCurvetoCubicAbs correspon a un comandament de dades de ruta “absolut cubic Bézier curveto” (C).
SVGPathSegCurvetoCubicRelL’interfície SVGPathSegCurvetoCubicRel correspon a un comanda de dades de ruta “relatiu cubic Bézier curveto” (c).
SVGPathSegCurvetoCubicSmoothAbsL’interfície SVGPathSegCurvetoCubicSmoothAbs correspon a un comanda de dades de ruta “absolutament suau cubic curveto” (S).
SVGPathSegCurvetoCubicSmoothRelL’interfície SVGPathSegCurvetoCubicSmoothRel correspon a un “comandament de dades de ruta relativament suau” (s).
SVGPathSegCurvetoQuadraticAbsL’interfície SVGPathSegCurvetoQuadraticAbs correspon a un comanda de dades de ruta “absoluta curveta Bézier” (Q).
SVGPathSegCurvetoQuadraticRelL’interfície SVGPathSegCurvetoQuadraticRel correspon a un “corvette Bézier quadratic relatiu” (q) comanda de dades de ruta.
SVGPathSegCurvetoQuadraticSmoothAbsL’interfície SVGPathSegCurvetoQuadraticSmoothAbs correspon a un comanda de dades de ruta “absolutament suau curvet” (T).
SVGPathSegCurvetoQuadraticSmoothRelL’interfície SVGPathSegCurvetoQuadraticSmoothRel correspon a un comanda de dades de ruta “relativament suau” (t).
SVGPathSegLinetoAbsL’interfície SVGPathSegLinetoAbs correspon a un comandament de dades de ruta “absoluta lineto” (L).
SVGPathSegLinetoHorizontalAbsL’interfície SVGPathSegLinetoHorizontalAbs correspon a un “lineto horitzontal absolut” (H) comanda de dades de ruta.
SVGPathSegLinetoHorizontalRelL’interfície SVGPathSegLinetoHorizontalRel correspon a un “lineto horitzontal relatiu” (h) comanda de dades de ruta.
SVGPathSegLinetoRelL’interfície SVGPathSegLinetoRel correspon a un comandament de dades de ruta “relatiu lineto” (l).
SVGPathSegLinetoVerticalAbsL’interfície SVGPathSegLinetoVerticalAbs correspon a un “lineto vertical absolut” (V) comanda de dades de ruta.
SVGPathSegLinetoVerticalRelL’interfície SVGPathSegLinetoVerticalRel correspon a un “lineto vertical relatiu” (v) comanda de dades de ruta.
SVGPathSegListAquesta interfície defineix una llista d’objectes SVGPathSeg.
SVGPathSegMovetoAbsL’interfície SVGPathSegMovetoAbs correspon a un comandament de dades de ruta “absoluta moveto” (M).
SVGPathSegMovetoRelL’interfície SVGPathSegMovetoRel correspon a un “moveto relatiu” (m) comanda de dades de ruta.

Interfaces

Nom de la interfícieDescription
ISVGAnimatedPathDatal’interfície SVGAnimatedPathData recolza elements que tenen un atribut ’d’ que té dades de ruta SVG, i dóna suport a la capacitat d’animar aquest atribute.
 Català