createSVGPathSegMovetoAbs method
Returns a standalone parentless SVGPathSegMovetoAbs object.
![]() ![]() |
Syntax
ISVGPathSegMovetoAbs retVal = object.createSVGPathSegMovetoAbs(x, y);
Parameters
- x [in]
-
Type: float
The absolute x-coordinate of the end point of this path segment.
- y [in]
-
Type: float
The absolute y-coordinate of the end point of this path segment..
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Remarks
Returns a stand-alone, parentless vertical line that is drawn from the current point to the specified point by using the absolute coordinates.
Show:

