Struct winapi::um::wingdi::EMRANGLEARC [−][src]
#[repr(C)]pub struct EMRANGLEARC {
pub emr: EMR,
pub ptlCenter: POINTL,
pub nRadius: DWORD,
pub eStartAngle: FLOAT,
pub eSweepAngle: FLOAT,
}Fields
emr: EMRptlCenter: POINTLnRadius: DWORDeStartAngle: FLOATeSweepAngle: FLOATTrait Implementations
Returns the “default value” for a type. Read more