Function windows_sys::Win32::Graphics::Gdi::AlphaBlend
[−]pub unsafe extern "system" fn AlphaBlend(
hdcdest: HDC,
xorigindest: i32,
yorigindest: i32,
wdest: i32,
hdest: i32,
hdcsrc: HDC,
xoriginsrc: i32,
yoriginsrc: i32,
wsrc: i32,
hsrc: i32,
ftn: BLENDFUNCTION
) -> BOOL
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"