SVGPathSegCurvetoQuadraticSmoothAbs
SVGPathSegCurvetoQuadraticSmoothAbs class
SVGPathSegCurvetoQuadraticSmoothAbs 接口对应于“绝对平滑三次曲线”(T)路径数据命令。
public class SVGPathSegCurvetoQuadraticSmoothAbs : SVGPathSeg
特性
姓名 | 描述 |
---|---|
PathSegType { get; } | 由在此接口上定义的常量之一指定的路径段的类型。 |
PathSegTypeAsLetter { get; } | 路径段的类型,由对应的单字符命令名指定。 |
X { get; set; } | 该路径段终点的绝对 X 坐标。 |
Y { get; set; } | 该路径段终点的绝对 Y 坐标。 |
方法
姓名 | 描述 |
---|---|
Dispose() | 释放非托管和 - 可选 - 托管资源。 |
virtual GetPlatformType() | 此方法用于检索 ECMAScript 对象Type . |
也可以看看
- class SVGPathSeg
- 命名空间 Aspose.Svg.Paths
- 部件 Aspose.SVG