createSVGPathSegMovetoRel method
[This documentation is preliminary and is subject to change.]
Returns a stand-alone, parentless SVGPathSegMovetoRel object.
![]() ![]() |
Syntax
ISVGPathSegMovetoRel retVal = object.createSVGPathSegMovetoRel(x, y);
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Parameters
x [in]
Type: floatThe relative x-coordinate to the end point of this path segment.
y [in]
Type: floatThe relative y-coordinate to the end point of this path segment.
Remarks
Returns a stand-alone, parentless vertical line that is drawn from the current point to the specified point by using the relative coordinates.
Build date: 1/26/2012
.png)
.png)