windows::UI::Input::Inking

Trait IInkPointFactory_Impl

pub trait IInkPointFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateInkPoint(
        &self,
        position: &Point,
        pressure: f32,
    ) -> Result<InkPoint>;
}

Required Methods§

fn CreateInkPoint(&self, position: &Point, pressure: f32) -> Result<InkPoint>

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§