SetStretchBltMode function gdi32
The SetStretchBltMode function sets the bitmap stretching mode in the specified device context.
int SetStretchBltMode(
HDC hdc,
int mode
);
Implementation
int SetStretchBltMode(int hdc, int mode) => _SetStretchBltMode(hdc, mode);