SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs
SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.
public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x,
float y)
Parameter | Type | Description |
---|---|---|
x | Single | The absolute X coordinate for the end point of this path segment. |
y | Single | The absolute Y coordinate for the end point of this path segment. |
Return Value
A stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.
See Also
- class SVGPathSegCurvetoQuadraticSmoothAbs
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG