pub unsafe extern "system" fn SetDIBitsToDevice(
hdc: *mut c_void,
xdest: i32,
ydest: i32,
w: u32,
h: u32,
xsrc: i32,
ysrc: i32,
startscan: u32,
clines: u32,
lpvbits: *const c_void,
lpbmi: *const BITMAPINFO,
coloruse: u32,
) -> i32Expand description
#263 SetDIBitsToDevice
sets the device-independent bits directly into the device-context specified
in the hdc parameter
ยงSee also
- MS-EMF:v14 2.3.1.5 EMR_SETDIBITSTODEVICE Record