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

Function PlgBlt

Source
pub unsafe fn PlgBlt<'a>(
    hdcdest: impl IntoParam<'a, HDC>,
    lppoint: *const POINT,
    hdcsrc: impl IntoParam<'a, HDC>,
    xsrc: i32,
    ysrc: i32,
    width: i32,
    height: i32,
    hbmmask: impl IntoParam<'a, HBITMAP>,
    xmask: i32,
    ymask: i32,
) -> BOOL