C3DScreen::Reset

Top  Previous  Next

Syntax:

 

Reset(int  width, int  height, int  bPP, int  bFullScreen), int

 

Purpose:
Resets the dimensions of a Direct3D screen.

 

Parameters:

width - The new screen width.

height - The new screen height.

bPP - Not currently used.

bFullScreen - Not currently used. Must be FALSE.

 

Returned value(s):

If the screen was successfully resized the return value is TRUE, FALSE on failure.

 

Class Hierarchy

C3DScreen

 

Additional Info:

This method works with windowed Direct3D screens only.  Its purpose is to resize the Direct3D surface to match the dimensions of the client area of a window.