Movie::GetSafeRect

Movie::GetSafeRect
virtual RectF GetSafeRect() const = 0;
Description

GetSafeRect obtains the safe rectangle, in pixels, that was previously set by the SetSafeRect method. It is possible to retrieve the rectangle through ActionScript -Stage.safeRect (ActionScript extensions should be turned on, see "ActionScript Extensions Reference" ).

Return Value

A RectF value containing safe rectangle, coordinates are in pixels.