int GetStretchBltMode(hdc) | |||||
HDC hdc; | /* handle of device context | */ |
The GetStretchBltMode function retrieves the current stretching mode. The stretching mode defines how color data is added to or removed from bitmaps that are stretched or compressed when the StretchBlt function is called.
hdc
Identifies the device context.
The return value specifies the current stretching mode if the function is successful. Otherwise it is zero.
For more information, see the SetStretchBltMode function.
StretchBlt, SetStretchBltMode