#include "BIDISP.H"
int CALLBACK DisplaySetStretchBltMode (int iNewDisplayStretchBltMode)
Description
The DisplaySetStretchBltMode function set the StretchBltMode that is used to display the image.
Parameters
|
int |
iNewDisplayStretchBltMode |
Window handle to get client parameters. |
|
|
|
Specifies the new StretchBltMode. Valid values are: BLACKONWHITE 1 |
For more information about these values, please refer to the description of the SetStretchBltMode WIN32 function in the WIN32 documentation.
Return values
The function returns the current StretchBltMode.
Requirements
Header : Declared in BIDisp.h; include BIDisp.h.
Library : Use BIDisp.lib.
DLLs : BIDisp.dll.
Code example
None.