IDirect3DRMFrame2::GetBoxEnable
Retrieves the flag that determines whether a bounding box is enabled for this Direct3DRMFrame2 object.
BOOL GetBoxEnable( );
Return Values
Returns TRUE if a bounding box is enabled, or FALSE if it is not enabled.
Remarks
For a bounding box to be enabled, the IDirect3DRMFrame2::SetBoxEnable flag must be called to set the enable flag to TRUE. By default, the box enable flag is FALSE.
See Also
IDirect3DRMFrame2::SetBoxEnable IDirect3DRMFrame2::GetBox, IDirect3DRMFrame2::SetBox