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