Struct winapi::um::wingdi::EMRPOLYLINE [−][src]
#[repr(C)]pub struct EMRPOLYLINE {
pub emr: EMR,
pub rclBounds: RECTL,
pub cptl: DWORD,
pub aptl: [POINTL; 1],
}Fields
emr: EMRrclBounds: RECTLcptl: DWORDaptl: [POINTL; 1]Trait Implementations
Returns the “default value” for a type. Read more