CreateSVGPathSegCurvetoCubicRel
SVGPathElement.CreateSVGPathSegCurvetoCubicRel method
返回一个独立的、无父对象的 SVGPathSegCurvetoCubicRel 对象。
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1,
float y1, float x2, float y2)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 此路径段终点的相对 X 坐标。 |
y | Single | 此路径段终点的相对 Y 坐标。 |
x1 | Single | 第一个控制点的相对 X 坐标。 |
y1 | Single | 第一个控制点的相对 Y 坐标。 |
x2 | Single | 第二个控制点的相对 X 坐标。 |
y2 | Single | 第二个控制点的相对 Y 坐标。 |
返回值
一个独立的、无父对象的 SVGPathSegCurvetoCubicRel 对象。
也可以看看
- class SVGPathSegCurvetoCubicRel
- class SVGPathElement
- 命名空间 Aspose.Svg
- 部件 Aspose.SVG