| SVGPathElementCreateSVGPathSegLinetoVerticalAbs Method |
Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(
float y
)
Public Function CreateSVGPathSegLinetoVerticalAbs (
y As Single
) As SVGPathSegLinetoVerticalAbs
public:
SVGPathSegLinetoVerticalAbs^ CreateSVGPathSegLinetoVerticalAbs(
float y
)
member CreateSVGPathSegLinetoVerticalAbs :
y : float32 -> SVGPathSegLinetoVerticalAbs
Parameters
- y
- Type: SystemSingle
The absolute Y coordinate for the end point of this path segment.
Return Value
Type:
SVGPathSegLinetoVerticalAbsA stand-alone, parentless SVGPathSegLinetoVerticalAbs object.
See Also