Trait windows::Win32::UI::Input::Ink::IInkD2DRenderer2_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§