windows::Win32::Graphics::Gdi

Function StretchBlt

pub unsafe fn StretchBlt(
    hdcdest: HDC,
    xdest: i32,
    ydest: i32,
    wdest: i32,
    hdest: i32,
    hdcsrc: Option<HDC>,
    xsrc: i32,
    ysrc: i32,
    wsrc: i32,
    hsrc: i32,
    rop: ROP_CODE,
) -> BOOL