SVGPathElementCreateSVGPathSegCurvetoQuadraticSmoothRel Method |
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(
float x,
float y
)
Public Function CreateSVGPathSegCurvetoQuadraticSmoothRel (
x As Single,
y As Single
) As SVGPathSegCurvetoQuadraticSmoothRel
public:
SVGPathSegCurvetoQuadraticSmoothRel^ CreateSVGPathSegCurvetoQuadraticSmoothRel(
float x,
float y
)
member CreateSVGPathSegCurvetoQuadraticSmoothRel :
x : float32 *
y : float32 -> SVGPathSegCurvetoQuadraticSmoothRel
Parameters
- x
- Type: SystemSingle
The relative X coordinate for the end point of this path segment. - y
- Type: SystemSingle
The relative Y coordinate for the end point of this path segment.
Return Value
Type:
SVGPathSegCurvetoQuadraticSmoothRelA stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.
See Also