Shape.GetConnectionPoints
Shape.GetConnectionPoints method
Get the connection points
public float[][] GetConnectionPoints()
Return Value
[X,Y] pairs of the connection point. Every item is a float[2] array, [0] represents x and [1] represents y.
Examples
[C#]
float[][] points = shape.GetConnectionPoints();
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells