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 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: |
Example
For an example, refer to LBitmapWindow::GetBitmapVisibleRect.