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

Function RoundRect

Source
pub unsafe fn RoundRect<'a>(
    hdc: impl IntoParam<'a, HDC>,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32,
    width: i32,
    height: i32,
) -> BOOL