Trait windows::Win32::UI::Input::Ink::IInkD2DRenderer_Impl

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

Required Methods§

fn Draw( &self, pd2d1devicecontext: Option<&IUnknown>, pinkstrokeiterable: Option<&IUnknown>, fhighcontrast: BOOL, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§