Type Alias EMRPOLYBEZIERTO

Source
pub type EMRPOLYBEZIERTO = tagEMRPOLYLINE;

Aliased Type§

struct EMRPOLYBEZIERTO {
    pub emr: tagEMR,
    pub rclBounds: _RECTL,
    pub cptl: u32,
    pub aptl: [_POINTL; 1],
}

Fields§

§emr: tagEMR§rclBounds: _RECTL§cptl: u32§aptl: [_POINTL; 1]