Aspose.Html.Dom.Svg.Paths
Contenido
[
Ocultar
]El Aspose.Html.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
| Clase | Descripción |
|---|---|
| SVGPathSeg | La interfaz SVGPathSeg es una interfaz base que corresponde a un solo comando dentro de una especificación de datos de ruta. |
| SVGPathSegArcAbs | La interfaz SVGPathSegArcAbs corresponde a un comando de datos de ruta “absolute arcto” (A). |
| SVGPathSegArcRel | La interfaz SVGPathSegArcRel corresponde a un “arco relativo” (a) comando de datos de ruta. |
| SVGPathSegClosePath | La interfaz SVGPathSegClosePath corresponde a un comando de datos de ruta “closepath” (z). |
| SVGPathSegCurvetoCubicAbs | La interfaz SVGPathSegCurvetoCubicAbs corresponde a un comando de datos de ruta “absolute cubic Bézier curveto” (C). |
| SVGPathSegCurvetoCubicRel | La interfaz SVGPathSegCurvetoCubicRel corresponde a un comando de datos de ruta “relative cubic Bézier curveto” (c). |
| SVGPathSegCurvetoCubicSmoothAbs | La interfaz SVGPathSegCurvetoCubicSmoothAbs corresponde a un comando de datos de ruta “absolute smooth cubic curveto” (S). |
| SVGPathSegCurvetoCubicSmoothRel | La interfaz SVGPathSegCurvetoCubicSmoothRel corresponde a un comando de datos de ruta “relative smooth cubic curveto” (s). |
| SVGPathSegCurvetoQuadraticAbs | La interfaz SVGPathSegCurvetoQuadraticAbs corresponde a un comando de datos de ruta “absolute quadratic Bézier curveto” (Q). |
| SVGPathSegCurvetoQuadraticRel | La interfaz SVGPathSegCurvetoQuadraticRel corresponde a un comando de datos de ruta “relative quadratic Bézier curveto” (q). |
| SVGPathSegCurvetoQuadraticSmoothAbs | La interfaz SVGPathSegCurvetoQuadraticSmoothAbs corresponde a un comando de datos de ruta “absolute smooth cubic curveto” (T). |
| SVGPathSegCurvetoQuadraticSmoothRel | La interfaz SVGPathSegCurvetoQuadraticSmoothRel corresponde a un comando de datos de ruta “relative smooth cubic curveto” (t). |
| SVGPathSegLinetoAbs | La interfaz SVGPathSegLinetoAbs corresponde a un comando de datos de ruta “absoluto lineto” (L). |
| SVGPathSegLinetoHorizontalAbs | La interfaz SVGPathSegLinetoHorizontalAbs corresponde a un comando de datos de ruta “línea horizontal absoluta a” (H). |
| SVGPathSegLinetoHorizontalRel | La interfaz SVGPathSegLinetoHorizontalRel corresponde a un comando de datos de ruta “relative horizontal lineto” (h). |
| SVGPathSegLinetoRel | La interfaz SVGPathSegLinetoRel corresponde a un comando de datos de ruta “relative lineto” (l). |
| SVGPathSegLinetoVerticalAbs | La interfaz SVGPathSegLinetoVerticalAbs corresponde a un comando de datos de ruta “línea vertical absoluta a” (V). |
| SVGPathSegLinetoVerticalRel | La interfaz SVGPathSegLinetoVerticalRel corresponde a un comando de datos de ruta de “línea vertical relativa a” (v). |
| SVGPathSegList | Esta interfaz define una lista de objetos SVGPathSeg. |
| SVGPathSegMovetoAbs | La interfaz SVGPathSegMovetoAbs corresponde a un comando de datos de ruta de “movimiento absoluto” (M). |
| SVGPathSegMovetoRel | La interfaz SVGPathSegMovetoRel corresponde a un comando de datos de ruta de “movimiento relativo” (m). |
Interfaces
| Interfaz | Descripción |
|---|---|
| ISVGAnimatedPathData | La interfaz SVGAnimatedPathData admite elementos que tienen un atributo ’d’ que contiene datos de ruta SVG y admite la capacidad de animar ese atributo. |