Trait windows::Win32::Graphics::Direct2D::ID2D1DeviceContext6_Impl
pub trait ID2D1DeviceContext6_Impl: Sized + ID2D1DeviceContext5_Impl {
// Required method
fn BlendImage(
&self,
image: Option<&ID2D1Image>,
blendmode: D2D1_BLEND_MODE,
targetoffset: *const D2D_POINT_2F,
imagerectangle: *const D2D_RECT_F,
interpolationmode: D2D1_INTERPOLATION_MODE,
);
}
Required Methods§
fn BlendImage( &self, image: Option<&ID2D1Image>, blendmode: D2D1_BLEND_MODE, targetoffset: *const D2D_POINT_2F, imagerectangle: *const D2D_RECT_F, interpolationmode: D2D1_INTERPOLATION_MODE, )
Object Safety§
This trait is not object safe.