SVGPathElementCreateSVGPathSegCurvetoQuadraticSmoothAbs Method |
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(
float x,
float y
)
Public Function CreateSVGPathSegCurvetoQuadraticSmoothAbs (
x As Single,
y As Single
) As SVGPathSegCurvetoQuadraticSmoothAbs
public:
SVGPathSegCurvetoQuadraticSmoothAbs^ CreateSVGPathSegCurvetoQuadraticSmoothAbs(
float x,
float y
)
member CreateSVGPathSegCurvetoQuadraticSmoothAbs :
x : float32 *
y : float32 -> SVGPathSegCurvetoQuadraticSmoothAbs
Parameters
- x
- Type: SystemSingle
The absolute X coordinate for the end point of this path segment. - y
- Type: SystemSingle
The absolute Y coordinate for the end point of this path segment.
Return Value
Type:
SVGPathSegCurvetoQuadraticSmoothAbsA stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.
See Also