windows::Win32::Graphics::Direct2D

Trait ID2D1CommandSink5_Impl

pub trait ID2D1CommandSink5_Impl: ID2D1CommandSink4_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,
    ) -> Result<()>;
}

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, ) -> Result<()>

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§