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