Microsoft SDK for Java

beginScene

This method of the Direct3dDevice Class begins a scene.

Syntax

public void beginScene();

Remarks

Applications must call this method before performing any rendering, and must call endScene when rendering is complete.

See Also

endScene

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