We are using Aspose.slides for C++.
When we try to fetch the adjustment points for shapes, only one variable value is given. How can we determine which coordinate (X or Y) remains constant?
For example, in the case of a rounded rectangle, one control point has X as the variable and Y as constant (0). How can we obtain this constant value of 0 for Y?
For different shapes, Y can be variable and X can be constant. Is there a way to receive both the values , constant and variable?
Thanks