Aspose::Cells::Drawing::Shape::GetActualBox method

Shape::GetActualBox method

Get the actual position and size of the shape (after applying rotation, flip, etc.)

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

ReturnValue

Return the position and size in the order of x, y, w, h

Remarks

Note:The interface is not fully functional, especially the location information is not correct.It is recommended not to use this interface until the function is complete.

See Also