createSVGPathSegMovetoRel method

Returns a stand-alone, parentless SVGPathSegMovetoRel object.

 

Syntax

ISVGPathSegMovetoRel retVal = object.createSVGPathSegMovetoRel(x, y);

Parameters

  • x [in]
    Type: float

    The relative x-coordinate to the end point of this path segment.

  • y [in]
    Type: float

    The relative y-coordinate to 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 relative coordinates.