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