Microsoft SDK for Java

getBackground

This method of the Direct3dViewport Class retrieves the handle of a material that represents the current viewport background.

Syntax

public void getBackground(int[] hdl, int[] stat);

Parameters

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.

See Also

setBackground

© 1999 Microsoft Corporation. All rights reserved. Terms of use.