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

Function PatBlt

Source
pub unsafe fn PatBlt<'a>(
    hdc: impl IntoParam<'a, HDC>,
    x: i32,
    y: i32,
    w: i32,
    h: i32,
    rop: ROP_CODE,
) -> BOOL