SVGPathElement.CreateSVGPathSegLinetoVerticalAbs
SVGPathElement.CreateSVGPathSegLinetoVerticalAbs method
Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.
public SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(float y)
Parameter | Type | Description |
---|---|---|
y | Single | The absolute Y coordinate for the end point of this path segment. |
Return Value
A stand-alone, parentless SVGPathSegLinetoVerticalAbs object.
See Also
- class SVGPathSegLinetoVerticalAbs
- class SVGPathElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML