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

Function Arc

Source
pub unsafe fn Arc<'a>(
    hdc: impl IntoParam<'a, HDC>,
    x1: i32,
    y1: i32,
    x2: i32,
    y2: i32,
    x3: i32,
    y3: i32,
    x4: i32,
    y4: i32,
) -> BOOL