SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs
SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs object.
public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y,
float x1, float y1)
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. |
x1 | Single | The absolute X coordinate for the first control point. |
y1 | Single | The absolute Y coordinate for the first control point. |
Return Value
A stand-alone, parentless SVGPathSegCurvetoQuadraticAbs object.
See Also
- class SVGPathSegCurvetoQuadraticAbs
- class SVGPathElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML