createSVGPathSegLinetoVerticalAbs method

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

 

Syntax

ISVGPathSegLinetoVerticalAbs retVal = object.createSVGPathSegLinetoVerticalAbs(y);

Parameters

  • y [in]
    Type: float

    The absolute y-coordinate for the end point of this path segment.

Standards information

Remarks

Returns a stand-alone, parentless vertical line that is drawn from the current point to the specified point by using the absolute coordinates.