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.