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