SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method
Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.
public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y,
float x2, float y2)
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. |
x2 | Single | The absolute X coordinate for the second control point. |
y2 | Single | The absolute Y coordinate for the second control point. |
Return Value
A stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.
See Also
- class SVGPathSegCurvetoCubicSmoothAbs
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG