Aspose.Svg.Paths

Aspose.Svg.Dom.Svg.Paths命名空间描述了用于 表示可以填充或描边的形状轮廓的类。 路径也可以用作剪切路径,用于描述动画、 或定位文本。

课程

班级描述
SVGPathSegSVGPathSeg 接口是一个基本接口,对应于路径数据规范中的单个命令。
SVGPathSegArcAbsSVGPathSegArcAbs 接口对应一个“absolute arcto”(A)路径数据命令。
SVGPathSegArcRelSVGPathSegArcRel接口对应一个“相对arcto”(a)路径数据命令。
SVGPathSegClosePath他的SVGPathSegClosePath接口对应一个“closepath”(z)路径数据命令。
SVGPathSegCurvetoCubicAbsSVGPathSegCurvetoCubicAbs 接口对应于“绝对三次贝塞尔曲线”(C)路径数据命令。
SVGPathSegCurvetoCubicRelSVGPathSegCurvetoCubicRel 接口对应于“相对三次贝塞尔曲线”(c)路径数据命令。
SVGPathSegCurvetoCubicSmoothAbsSVGPathSegCurvetoCubicSmoothAbs 接口对应一个“绝对平滑三次曲线到”(S)路径数据命令。
SVGPathSegCurvetoCubicSmoothRelSVGPathSegCurvetoCubicSmoothRel 接口对应一个“相对平滑三次曲线”(s) 路径数据命令。
SVGPathSegCurvetoQuadraticAbsSVGPathSegCurvetoQuadraticAbs 接口对应于“绝对二次贝塞尔曲线”(Q)路径数据命令。
SVGPathSegCurvetoQuadraticRelSVGPathSegCurvetoQuadraticRel 接口对应于“相对二次贝塞尔曲线”(q)路径数据命令。
SVGPathSegCurvetoQuadraticSmoothAbsSVGPathSegCurvetoQuadraticSmoothAbs 接口对应于“绝对平滑三次曲线”(T)路径数据命令。
SVGPathSegCurvetoQuadraticSmoothRelSVGPathSegCurvetoQuadraticSmoothRel 接口对应一个“相对平滑三次曲线”(t)路径数据命令。
SVGPathSegLinetoAbsSVGPathSegLinetoAbs 接口对应于“绝对线到”(L)路径数据命令。
SVGPathSegLinetoHorizontalAbsSVGPathSegLinetoHorizontalAbs 接口对应于“绝对水平线到”(H)路径数据命令。
SVGPathSegLinetoHorizontalRelSVGPathSegLinetoHorizontalRel 接口对应一个“相对水平线到”(h)路径数据命令。
SVGPathSegLinetoRelSVGPathSegLinetoRel 接口对应一个“relative lineto”(l)路径数据命令。
SVGPathSegLinetoVerticalAbsSVGPathSegLinetoVerticalAbs 接口对应于“绝对垂直线到”(V)路径数据命令。
SVGPathSegLinetoVerticalRelSVGPathSegLinetoVerticalRel 接口对应一个“相对垂直线到”(v)路径数据命令。
SVGPathSegList这个接口定义了一个 SVGPathSeg 对象的列表。
SVGPathSegMovetoAbsSVGPathSegMovetoAbs 接口对应于“绝对移动”(M)路径数据命令。
SVGPathSegMovetoRelSVGPathSegMovetoRel 接口对应于“相对移动”(m)路径数据命令。

接口

界面描述
ISVGAnimatedPathDataSVGAnimatedPathData 接口支持具有“d”属性的元素,该属性保存 SVG 路径数据,并支持为该属性设置动画的能力。