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