SVGPathElementCreateSVGPathSegLinetoVerticalAbs Method |
Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.5
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