Get Connection Points from Shape with Golang via C++

Contents
[ ]

Aspose.Cells provides rich features to manage shapes in spreadsheets. Sometimes there’s a need to get the connection points of a shape for alignment or placement. The following code can be used to get the list of connection points of a shape using the Shape.GetConnectionPoints() method.

.