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