DisplaySetStretchBltMode  Method

Description         The DisplaySetStretchBltMode function sets the StretchBltMode that is used to display the image.

Syntax                 TagCount = [BIDisp.]DisplaySetStretchBltMode  iNewDisplayStretchBltMode

Remarks             iNewDisplayStretchBltMode       int        Specifies the new StretchBlt-Mode.

Valid values are:

BLACKONWHITE   1
WHITEONBLACK   2
COLORONCOLOR   3
HALFTONE               4

For more information about these values, please refer to the description of the SetStretchBltMode WIN32 function in the WIN32 documentation..

See Also              DisplayGetStretchBltMode Method