webview2_com_sys::Windows::Win32::Graphics::Gdi

Function StretchBlt

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