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

Function FillRgn

Source
pub unsafe fn FillRgn<'a>(
    hdc: impl IntoParam<'a, HDC>,
    hrgn: impl IntoParam<'a, HRGN>,
    hbr: impl IntoParam<'a, HBRUSH>,
) -> BOOL