SetDIBits

Function SetDIBits 

Source
pub unsafe extern "system" fn SetDIBits(
    hdc: *mut c_void,
    hbm: *mut c_void,
    start: u32,
    clines: u32,
    lpbits: *const c_void,
    lpbmi: *const BITMAPINFO,
    coloruse: u32,
) -> i32
Expand description

#262 SetDIBits

sets the bits into a bitmap in the device-independent format