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