Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

Nombre de claseDescription
SVGPathSegLa interface SVGPathSeg es una interfaz de base que corresponde a un único comando dentro de una especificación de datos de ruta.
SVGPathSegArcAbsLa interfaz SVGPathSegArcAbs corresponde a un comando de datos de ruta “absoluto arcto” (A).
SVGPathSegArcRelLa interfaz SVGPathSegArcRel corresponde a un “arcto relativo” (a) comando de datos de ruta.
SVGPathSegClosePathLa interfaz SVGPathSegClosePath corresponde a un comando de datos de “closepath” (z).
SVGPathSegCurvetoCubicAbsLa interfaz SVGPathSegCurvetoCubicAbs corresponde a un comando de datos de ruta “absoluto cubico Bézier curveto” (C).
SVGPathSegCurvetoCubicRelLa interfaz SVGPathSegCurvetoCubicRel corresponde a un “curveto cubico Bézier relativo” (c) comando de datos de ruta.
SVGPathSegCurvetoCubicSmoothAbsLa interfaz SVGPathSegCurvetoCubicSmoothAbs corresponde a un comando de datos de ruta de “curveto cúbico absolutamente suave” (S).
SVGPathSegCurvetoCubicSmoothRelLa interfaz SVGPathSegCurvetoCubicSmoothRel corresponde a un “curveto cúbico relativamente suave” (s) comando de datos de ruta.
SVGPathSegCurvetoQuadraticAbsLa interfaz SVGPathSegCurvetoQuadraticAbs corresponde a un comando de datos de ruta “absoluto cuadrático Bézier curveto” (Q).
SVGPathSegCurvetoQuadraticRelLa interfaz SVGPathSegCurvetoQuadraticRel corresponde a un comando de datos de ruta “relativo cuadrado de Bézier” (q).
SVGPathSegCurvetoQuadraticSmoothAbsLa interfaz SVGPathSegCurvetoQuadraticSmoothAbs corresponde a un comando de datos de ruta “absoluta curveta cúbica” (T).
SVGPathSegCurvetoQuadraticSmoothRelLa interfaz SVGPathSegCurvetoQuadraticSmoothRel corresponde a un comando de datos de ruta (t) de “curveta cúbica relativamente suave”.
SVGPathSegLinetoAbsLa interfaz SVGPathSegLinetoAbs corresponde a un comando de datos de ruta “absoluto lineto” (L).
SVGPathSegLinetoHorizontalAbsLa interfaz SVGPathSegLinetoHorizontalAbs corresponde a un comando de datos de ruta “absoluto horizontal lineto” (H).
SVGPathSegLinetoHorizontalRelLa interfaz SVGPathSegLinetoHorizontalRel corresponde a un “lineto horizontal relativo” (h) comando de datos de ruta.
SVGPathSegLinetoRelLa interfaz SVGPathSegLinetoRel corresponde a un comando de datos de ruta “relativo lineto” (l).
SVGPathSegLinetoVerticalAbsLa interfaz SVGPathSegLinetoVerticalAbs corresponde a un “lineto vertical absoluto” (V) comando de datos de ruta.
SVGPathSegLinetoVerticalRelLa interfaz SVGPathSegLinetoVerticalRel corresponde a un “lineto vertical relativo” (v) comando de datos de ruta.
SVGPathSegListEsta interfaz define una lista de objetos SVGPathSeg.
SVGPathSegMovetoAbsLa interfaz SVGPathSegMovetoAbs corresponde a un comando de datos de ruta “absoluto moveto” (M).
SVGPathSegMovetoRelLa interfaz SVGPathSegMovetoRel corresponde a un comando de datos de ruta “relativo moveto” (m).

Interfaces

Nombre de InterfaceDescription
ISVGAnimatedPathDataLa interfaz SVGAnimatedPathData soporta elementos que tienen un atributo ‘d’ que mantiene los datos de ruta SVG, y apoya la capacidad de animar ese atribute.
 Español