SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method
Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y,
float x2, float y2)
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. |
x2 | Single | The relative X coordinate for the second control point. |
y2 | Single | The relative Y coordinate for the second control point. |
Return Value
A stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.
See Also
- class SVGPathSegCurvetoCubicSmoothRel
- class SVGPathElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML