SVGGeometryElement.GetPointAtLength
SVGGeometryElement.GetPointAtLength method
Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent’s distance-along-a-path algorithm.
public SVGPoint GetPointAtLength(float distance)
Parameter | Type | Description |
---|---|---|
distance | Single | The distance along the path, relative to the start of the path, as a distance in the current user coordinate system. |
Return Value
The returned point in user space.
See Also
- class SVGPoint
- class SVGGeometryElement
- namespace Aspose.Svg
- assembly Aspose.SVG