Struct windows_sys::Win32::Graphics::Gdi::EMRPOLYPOLYLINE
[−]#[repr(C)]pub struct EMRPOLYPOLYLINE {
pub emr: EMR,
pub rclBounds: RECTL,
pub nPolys: u32,
pub cptl: u32,
pub aPolyCounts: [u32; 1],
pub aptl: [POINTL; 1],
}Expand description
Required features: ‘Win32_Graphics_Gdi’, ‘Win32_Foundation’
Fields
emr: EMRrclBounds: RECTLnPolys: u32cptl: u32aPolyCounts: [u32; 1]aptl: [POINTL; 1]