Aspose::Cells::Drawing::Shape::GetConnectionPoints method

Shape::GetConnectionPoints method

Get the connection points.

Vector<Vector<float>> Aspose::Cells::Drawing::Shape::GetConnectionPoints()

ReturnValue

[X,Y] pairs of the connection point. Every item is a float[2] array, [0] represents x and [1] represents y.

See Also