pub type EMRSTRETCHBLT = tagEMRSTRETCHBLT;
Aliased Type§
#[repr(C)]pub struct EMRSTRETCHBLT {Show 18 fields
pub emr: tagEMR,
pub rclBounds: _RECTL,
pub xDest: i64,
pub yDest: i64,
pub cxDest: i64,
pub cyDest: i64,
pub dwRop: u64,
pub xSrc: i64,
pub ySrc: i64,
pub xformSrc: tagXFORM,
pub crBkColorSrc: u64,
pub iUsageSrc: u64,
pub offBmiSrc: u64,
pub cbBmiSrc: u64,
pub offBitsSrc: u64,
pub cbBitsSrc: u64,
pub cxSrc: i64,
pub cySrc: i64,
}
Fields§
§emr: tagEMR
§rclBounds: _RECTL
§xDest: i64
§yDest: i64
§cxDest: i64
§cyDest: i64
§dwRop: u64
§xSrc: i64
§ySrc: i64
§xformSrc: tagXFORM
§crBkColorSrc: u64
§iUsageSrc: u64
§offBmiSrc: u64
§cbBmiSrc: u64
§offBitsSrc: u64
§cbBitsSrc: u64
§cxSrc: i64
§cySrc: i64