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

Function ArcTo

Source
pub unsafe fn ArcTo<'a>(
    hdc: impl IntoParam<'a, HDC>,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32,
    xr1: i32,
    yr1: i32,
    xr2: i32,
    yr2: i32,
) -> BOOL