Shape.GetActualBox

Shape.GetActualBox method

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

public float[] GetActualBox()

Return Value

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