Aspose.Svg.Paths

El Aspose.Svg.Dom.Svg.Paths El espacio de nombres describe clases para representación del contorno de una forma que se puede rellenar o trazar. Una ruta también se puede usar como una ruta de recorte, para describir animación, o colocar texto.

Clases

ClaseDescripción
SVGPathSegLa interfaz SVGPathSeg es una interfaz base que corresponde a un solo comando dentro de una especificación de datos de ruta.
SVGPathSegArcAbsLa interfaz SVGPathSegArcAbs corresponde a un comando de datos de ruta “absolute arcto” (A).
SVGPathSegArcRelLa interfaz SVGPathSegArcRel corresponde a un “arco relativo” (a) comando de datos de ruta.
SVGPathSegClosePathLa interfaz SVGPathSegClosePath corresponde a un comando de datos de ruta “closepath” (z).
SVGPathSegCurvetoCubicAbsLa interfaz SVGPathSegCurvetoCubicAbs corresponde a un comando de datos de ruta “absolute cubic Bézier curveto” (C).
SVGPathSegCurvetoCubicRelLa interfaz SVGPathSegCurvetoCubicRel corresponde a un comando de datos de ruta “relative cubic Bézier curveto” (c).
SVGPathSegCurvetoCubicSmoothAbsLa interfaz SVGPathSegCurvetoCubicSmoothAbs corresponde a un comando de datos de ruta “absolute smooth cubic curveto” (S).
SVGPathSegCurvetoCubicSmoothRelLa interfaz SVGPathSegCurvetoCubicSmoothRel corresponde a un comando de datos de ruta “relative smooth cubic curveto” (s).
SVGPathSegCurvetoQuadraticAbsLa interfaz SVGPathSegCurvetoQuadraticAbs corresponde a un comando de datos de ruta “absolute quadratic Bézier curveto” (Q).
SVGPathSegCurvetoQuadraticRelLa interfaz SVGPathSegCurvetoQuadraticRel corresponde a un comando de datos de ruta “relative quadratic Bézier curveto” (q).
SVGPathSegCurvetoQuadraticSmoothAbsLa interfaz SVGPathSegCurvetoQuadraticSmoothAbs corresponde a un comando de datos de ruta “absolute smooth cubic curveto” (T).
SVGPathSegCurvetoQuadraticSmoothRelLa interfaz SVGPathSegCurvetoQuadraticSmoothRel corresponde a un comando de datos de ruta “relative smooth cubic curveto” (t).
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 “línea horizontal absoluta a” (H).
SVGPathSegLinetoHorizontalRelLa interfaz SVGPathSegLinetoHorizontalRel corresponde a un comando de datos de ruta “relative horizontal lineto” (h).
SVGPathSegLinetoRelLa interfaz SVGPathSegLinetoRel corresponde a un comando de datos de ruta “relative lineto” (l).
SVGPathSegLinetoVerticalAbsLa interfaz SVGPathSegLinetoVerticalAbs corresponde a un comando de datos de ruta “línea vertical absoluta a” (V).
SVGPathSegLinetoVerticalRelLa interfaz SVGPathSegLinetoVerticalRel corresponde a un comando de datos de ruta de “línea vertical relativa a” (v).
SVGPathSegListEsta interfaz define una lista de objetos SVGPathSeg.
SVGPathSegMovetoAbsLa interfaz SVGPathSegMovetoAbs corresponde a un comando de datos de ruta de “movimiento absoluto” (M).
SVGPathSegMovetoRelLa interfaz SVGPathSegMovetoRel corresponde a un comando de datos de ruta de “movimiento relativo” (m).

Interfaces

InterfazDescripción
ISVGAnimatedPathDataLa interfaz SVGAnimatedPathData admite elementos que tienen un atributo ’d’ que contiene datos de ruta SVG y admite la capacidad de animar ese atributo.