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