This method of the Direct3dViewport Class retrieves a DirectDraw surface that represents the current background-depth field associated with the viewport.
public DirectDrawSurface getBackgroundDepth(int[] status);
Returns the DirectDrawSurface object if successful; otherwise, returns null.
status | The array variable that receives the value FALSE if a background depth is not associated with the viewport. |