SetStretchBltMode function gdi32

int SetStretchBltMode(
  1. int hdc,
  2. int mode
)

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);