Namespace Aspose.Html.Dom.Svg.Paths

Namespace Aspose.Html.Dom.Svg.Paths

Classes

班级名称Description
SVGPathSegSVGPathSeg 接口是一种基接口,符合路径数据规格中的单一命令。
SVGPathSegArcAbsSVGPathSegArcAbs 接口符合“绝对 arcto”(A)路径数据命令。
SVGPathSegArcRelSVGPathSegArcRel 接口符合“相对 arcto”(a)路径数据命令。
SVGPathSegClosePath该 SVGPathSegClosePath 界面相当于一个“closepath”(z)路径数据命令。
SVGPathSegCurvetoCubicAbsSVGPathSegCurvetoCubicAbs界面相当于“绝对圆形Bézier曲线”(C)路径数据命令。
SVGPathSegCurvetoCubicRelSVGPathSegCurvetoCubicRel 接口符合“相对圆形Bézier curveto”(c)路径数据命令。
SVGPathSegCurvetoCubicSmoothAbsSVGPathSegCurvetoCubicSmoothAbs 接口符合“绝对顺利的圆形曲线”(S)路径数据命令。
SVGPathSegCurvetoCubicSmoothRelSVGPathSegCurvetoCubicSmoothRel 接口符合“相对顺利的圆形曲线”(s)路径数据命令。
SVGPathSegCurvetoQuadraticAbsSVGPathSegCurvetoQuadraticAbs 接口符合“绝对四角形Bézier曲线”(Q)路径数据命令。
SVGPathSegCurvetoQuadraticRelSVGPathSegCurvetoQuadraticRel 接口符合“相对四角形Bézier曲线”(q)路径数据命令。
SVGPathSegCurvetoQuadraticSmoothAbsSVGPathSegCurvetoQuadraticSmoothAbs 接口符合“绝对顺利的圆形曲线”(T)路径数据命令。
SVGPathSegCurvetoQuadraticSmoothRelSVGPathSegCurvetoQuadraticSmoothRel 接口符合“相对顺利的圆形曲线”(t)路径数据命令。
SVGPathSegLinetoAbsSVGPathSegLinetoAbs 接口符合“绝对的 lineto”(L)路径数据命令。
SVGPathSegLinetoHorizontalAbsSVGPathSegLinetoHorizontalAbs界面相当于“绝对的水平线”(H)路径数据命令。
SVGPathSegLinetoHorizontalRelSVGPathSegLinetoHorizontalRel 接口符合“相对水平 lineto”(h)路径数据命令。
SVGPathSegLinetoRelSVGPathSegLinetoRel 接口符合“相对 lineto”(l)路径数据命令。
SVGPathSegLinetoVerticalAbsSVGPathSegLinetoVerticalAbs 接口符合“绝对垂直 lineto”(V)路径数据命令。
SVGPathSegLinetoVerticalRelSVGPathSegLinetoVerticalRel 接口符合“相对垂直 lineto”(v)路径数据命令。
SVGPathSegList此界面定义了 SVGPathSeg 对象的列表。
SVGPathSegMovetoAbsSVGPathSegMovetoAbs 接口符合“绝对移动”(M)路径数据命令。
SVGPathSegMovetoRelSVGPathSegMovetoRel 接口符合“相对 moveto”(m)路径数据命令。

Interfaces

接口名称Description
ISVGAnimatedPathDataSVGAnimatedPathData 接口支持具有 SVG 路径数据的“d”属性的元素,并支持能够动画该属性。
 中文