pub type EMRPOLYPOLYGON = EMRPOLYPOLYLINE;Aliased Type§
struct EMRPOLYPOLYGON {
pub emr: EMR,
pub rclBounds: RECTL,
pub nPolys: u32,
pub cptl: u32,
pub aPolyCounts: [u32; 1],
pub aptl: [POINTL; 1],
}Fields§
§emr: EMR§rclBounds: RECTL§nPolys: u32§cptl: u32§aPolyCounts: [u32; 1]§aptl: [POINTL; 1]