Trait windows::Win32::UI::TabletPC::IInkGesture_Impl

pub trait IInkGesture_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Confidence(&self) -> Result<InkRecognitionConfidence>;
    fn Id(&self) -> Result<InkApplicationGesture>;
    fn GetHotPoint(&self, x: *mut i32, y: *mut i32) -> Result<()>;
}

Required Methods§

fn Confidence(&self) -> Result<InkRecognitionConfidence>

fn Id(&self) -> Result<InkApplicationGesture>

fn GetHotPoint(&self, x: *mut i32, y: *mut i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§