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: EMRptlCenter: POINTLnRadius: u32eStartAngle: f32eSweepAngle: f32