SetStretchBltMode function gdi32

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

Sets the bitmap stretching mode in the specified device context.

To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-setstretchbltmode.

Implementation

@pragma('vm:prefer-inline')
int SetStretchBltMode(HDC hdc, STRETCH_BLT_MODE mode) =>
    _SetStretchBltMode(hdc, mode);