Namespace Aspose.Html.Dom.Svg.Paths
Namespace Aspose.Html.Dom.Svg.Paths
Classes
班级名称 | Description |
---|---|
SVGPathSeg | SVGPathSeg 接口是一种基接口,符合路径数据规格中的单一命令。 |
SVGPathSegArcAbs | SVGPathSegArcAbs 接口符合“绝对 arcto”(A)路径数据命令。 |
SVGPathSegArcRel | SVGPathSegArcRel 接口符合“相对 arcto”(a)路径数据命令。 |
SVGPathSegClosePath | 该 SVGPathSegClosePath 界面相当于一个“closepath”(z)路径数据命令。 |
SVGPathSegCurvetoCubicAbs | SVGPathSegCurvetoCubicAbs界面相当于“绝对圆形Bézier曲线”(C)路径数据命令。 |
SVGPathSegCurvetoCubicRel | SVGPathSegCurvetoCubicRel 接口符合“相对圆形Bézier curveto”(c)路径数据命令。 |
SVGPathSegCurvetoCubicSmoothAbs | SVGPathSegCurvetoCubicSmoothAbs 接口符合“绝对顺利的圆形曲线”(S)路径数据命令。 |
SVGPathSegCurvetoCubicSmoothRel | SVGPathSegCurvetoCubicSmoothRel 接口符合“相对顺利的圆形曲线”(s)路径数据命令。 |
SVGPathSegCurvetoQuadraticAbs | SVGPathSegCurvetoQuadraticAbs 接口符合“绝对四角形Bézier曲线”(Q)路径数据命令。 |
SVGPathSegCurvetoQuadraticRel | SVGPathSegCurvetoQuadraticRel 接口符合“相对四角形Bézier曲线”(q)路径数据命令。 |
SVGPathSegCurvetoQuadraticSmoothAbs | SVGPathSegCurvetoQuadraticSmoothAbs 接口符合“绝对顺利的圆形曲线”(T)路径数据命令。 |
SVGPathSegCurvetoQuadraticSmoothRel | SVGPathSegCurvetoQuadraticSmoothRel 接口符合“相对顺利的圆形曲线”(t)路径数据命令。 |
SVGPathSegLinetoAbs | SVGPathSegLinetoAbs 接口符合“绝对的 lineto”(L)路径数据命令。 |
SVGPathSegLinetoHorizontalAbs | SVGPathSegLinetoHorizontalAbs界面相当于“绝对的水平线”(H)路径数据命令。 |
SVGPathSegLinetoHorizontalRel | SVGPathSegLinetoHorizontalRel 接口符合“相对水平 lineto”(h)路径数据命令。 |
SVGPathSegLinetoRel | SVGPathSegLinetoRel 接口符合“相对 lineto”(l)路径数据命令。 |
SVGPathSegLinetoVerticalAbs | SVGPathSegLinetoVerticalAbs 接口符合“绝对垂直 lineto”(V)路径数据命令。 |
SVGPathSegLinetoVerticalRel | SVGPathSegLinetoVerticalRel 接口符合“相对垂直 lineto”(v)路径数据命令。 |
SVGPathSegList | 此界面定义了 SVGPathSeg 对象的列表。 |
SVGPathSegMovetoAbs | SVGPathSegMovetoAbs 接口符合“绝对移动”(M)路径数据命令。 |
SVGPathSegMovetoRel | SVGPathSegMovetoRel 接口符合“相对 moveto”(m)路径数据命令。 |
Interfaces
接口名称 | Description |
---|---|
ISVGAnimatedPathData | SVGAnimatedPathData 接口支持具有 SVG 路径数据的“d”属性的元素,并支持能够动画该属性。 |