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§

Object Safety§

This trait is not object safe.

Implementors§