getPointAtLength method
Gets the (x,y) coordinate in user space that is the specified distance along the path.
![]() ![]() |
Syntax
ISVGPoint retVal = object.getPointAtLength(fltdistance);
Parameters
- fltdistance [in]
-
Type: float
The distance along the path, relative to the start of the path, in the current user coordinate system.
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Show:

