BitBlt

Function BitBlt 

Source
pub unsafe extern "system" fn BitBlt(
    hdc: *mut c_void,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    hdcsrc: *mut c_void,
    x1: i32,
    y1: i32,
    rop: u32,
) -> i32
Expand description

#266 BitBlt

copy the bitmap from the source device-context (DC) specified in the hdcSrc parameter to the hdcDest destination device-context

ยงSee also

  • MS-EMF:v14 2.3.1.2 EMR_BITBLT Record