Function gdi32::GdiTransparentBlt
[−]
[src]
pub unsafe extern "system" fn GdiTransparentBlt(
hdcDest: HDC,
xoriginDest: c_int,
yoriginDest: c_int,
wDest: c_int,
hDest: c_int,
hdcSrc: HDC,
xoriginSrc: c_int,
yoriginSrc: c_int,
wSrc: c_int,
hSrc: c_int,
crTransparent: UINT
) -> BOOL