This method of the Direct3dViewport Class retrieves the handle of a material that represents the current viewport background.
public void getBackground(int[] hdl, int[] stat);
hdl | The array variable that receives the handle of the material being used as the background. |
stat | The array variable that receives a value, indicating whether a background is associated with the viewport. If this value is FALSE, a background is not associated with the viewport. |