Struct windows_sys::Win32::Graphics::Gdi::EMRANGLEARC
#[repr(C)]pub struct EMRANGLEARC {
pub emr: EMR,
pub ptlCenter: POINTL,
pub nRadius: u32,
pub eStartAngle: f32,
pub eSweepAngle: f32,
}Expand description
Required features: "Win32_Graphics_Gdi", "Win32_Foundation"
Fields§
§emr: EMR§ptlCenter: POINTL§nRadius: u32§eStartAngle: f32§eSweepAngle: f32