SetStretchBltMode function gdi32
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);