windows::Win32::Graphics::Direct2D

Trait ID2D1DeviceContext6_Impl

pub trait ID2D1DeviceContext6_Impl: ID2D1DeviceContext5_Impl {
    // Required method
    fn BlendImage(
        &self,
        image: Ref<'_, 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: Ref<'_, ID2D1Image>, blendmode: D2D1_BLEND_MODE, targetoffset: *const D2D_POINT_2F, imagerectangle: *const D2D_RECT_F, interpolationmode: D2D1_INTERPOLATION_MODE, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§