Function windows_sys::Win32::Graphics::Gdi::StretchDIBits
[−]pub unsafe extern "system" fn StretchDIBits(
hdc: HDC,
xdest: i32,
ydest: i32,
destwidth: i32,
destheight: i32,
xsrc: i32,
ysrc: i32,
srcwidth: i32,
srcheight: i32,
lpbits: *const c_void,
lpbmi: *const BITMAPINFO,
iusage: DIB_USAGE,
rop: ROP_CODE
) -> i32
Expand description
Required features: "Win32_Graphics_Gdi"