GetConnectionPoints
Shape.GetConnectionPoints method
获取连接点
public float[][] GetConnectionPoints()
返回值
[X,Y] 对的连接点。每个项目都是一个 float[2] 数组,[0] 代表 x,[1] 代表 y。
例子
[C#]
float[][] points = shape.GetConnectionPoints();
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells