LBitmapWindow::FitToParent

#include "ltwrappr.h"

L_VOID LBitmapWindow::FitToParent(bFlag=TRUE)

L_BOOL bFlag;

/* flag that indicates whether the window will update the display */

Changes the class object's window so that its size fits its parent window's client area.

Parameter

Description

bFlag

Flag that indicates whether the bitmap window will update the display. Possible values are:

 

Value

Meaning

 

TRUE

The window will update the display.

 

FALSE

The window will not update the display.

Returns

None

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Example

For an example, refer to LBitmapWindow::GetBitmapVisibleRect.