GetPointAtLength
SVGGeometryElement.GetPointAtLength method
返回用户空间中的 (x,y) 坐标,它是沿路径的距离单位,利用用户代理的距离沿路径算法。
public SVGPoint GetPointAtLength(float distance)
范围 | 类型 | 描述 |
---|---|---|
distance | Single | 沿路径的距离,相对于路径的起点,作为当前用户坐标系中的距离。 |
返回值
用户空间中的返回点。
也可以看看
- class SVGPoint
- class SVGGeometryElement
- 命名空间 Aspose.Svg
- 部件 Aspose.SVG