windows::Win32::UI::Input::Ink

Trait IInkD2DRenderer_Impl

pub trait IInkD2DRenderer_Impl: IUnknownImpl {
    // Required method
    fn Draw(
        &self,
        pd2d1devicecontext: Ref<'_, IUnknown>,
        pinkstrokeiterable: Ref<'_, IUnknown>,
        fhighcontrast: BOOL,
    ) -> Result<()>;
}

Required Methods§

fn Draw( &self, pd2d1devicecontext: Ref<'_, IUnknown>, pinkstrokeiterable: Ref<'_, IUnknown>, fhighcontrast: BOOL, ) -> 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§