SVGGeometryElement.GetPointAtLength

SVGGeometryElement.GetPointAtLength method

返回用户空间中的 (x,y) 坐标,它是沿路径的距离单位,利用用户代理的沿路径距离算法。

public SVGPoint GetPointAtLength(float distance)
范围类型描述
distanceSingle沿路径的距离,相对于路径的起点,作为当前用户坐标系中的距离。

返回值

用户空间中的返回点。

也可以看看