X
SVGPathSegCurvetoCubicRel.X property
此路径段终点的相对 X 坐标。
public float X { get; set; }
适当的价值
相对X坐标
例外
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR . 尝试更改只读属性的值时引发。 |
也可以看看
- class SVGPathSegCurvetoCubicRel
- 命名空间 Aspose.Svg.Paths
- 部件 Aspose.SVG
此路径段终点的相对 X 坐标。
public float X { get; set; }
相对X坐标
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR . 尝试更改只读属性的值时引发。 |