Struct windows::Win32::UI::TabletPC::IInkPicture
pub struct IInkPicture(/* private fields */);
Implementations§
§impl IInkPicture
impl IInkPicture
pub unsafe fn hWnd(&self) -> Result<isize>
pub unsafe fn DefaultDrawingAttributes(&self) -> Result<IInkDrawingAttributes>
pub unsafe fn putref_DefaultDrawingAttributes<P0>(
&self,
newattributes: P0,
) -> Result<()>where
P0: Param<IInkDrawingAttributes>,
pub unsafe fn Renderer(&self) -> Result<IInkRenderer>
pub unsafe fn putref_Renderer<P0>(&self, newinkrenderer: P0) -> Result<()>where
P0: Param<IInkRenderer>,
pub unsafe fn Ink(&self) -> Result<IInkDisp>
pub unsafe fn putref_Ink<P0>(&self, newink: P0) -> Result<()>where
P0: Param<IInkDisp>,
pub unsafe fn AutoRedraw(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetAutoRedraw<P0>(&self, autoredraw: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn CollectingInk(&self) -> Result<VARIANT_BOOL>
pub unsafe fn CollectionMode(&self) -> Result<InkCollectionMode>
pub unsafe fn SetCollectionMode(&self, mode: InkCollectionMode) -> Result<()>
pub unsafe fn DynamicRendering(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetDynamicRendering<P0>(&self, enabled: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn DesiredPacketDescription(&self) -> Result<VARIANT>
pub unsafe fn SetDesiredPacketDescription<P0>(
&self,
packetguids: P0,
) -> Result<()>where
P0: Param<VARIANT>,
pub unsafe fn MouseIcon(&self) -> Result<IPictureDisp>
pub unsafe fn SetMouseIcon<P0>(&self, mouseicon: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn putref_MouseIcon<P0>(&self, mouseicon: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn MousePointer(&self) -> Result<InkMousePointer>
pub unsafe fn SetMousePointer( &self, mousepointer: InkMousePointer, ) -> Result<()>
pub unsafe fn EditingMode(&self) -> Result<InkOverlayEditingMode>
pub unsafe fn SetEditingMode( &self, editingmode: InkOverlayEditingMode, ) -> Result<()>
pub unsafe fn Selection(&self) -> Result<IInkStrokes>
pub unsafe fn SetSelection<P0>(&self, selection: P0) -> Result<()>where
P0: Param<IInkStrokes>,
pub unsafe fn EraserMode(&self) -> Result<InkOverlayEraserMode>
pub unsafe fn SetEraserMode( &self, erasermode: InkOverlayEraserMode, ) -> Result<()>
pub unsafe fn EraserWidth(&self) -> Result<i32>
pub unsafe fn SetEraserWidth(&self, neweraserwidth: i32) -> Result<()>
pub unsafe fn putref_Picture<P0>(&self, ppicture: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn SetPicture<P0>(&self, ppicture: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn Picture(&self) -> Result<IPictureDisp>
pub unsafe fn SetSizeMode( &self, smnewsizemode: InkPictureSizeMode, ) -> Result<()>
pub unsafe fn SizeMode(&self) -> Result<InkPictureSizeMode>
pub unsafe fn SetBackColor(&self, newcolor: u32) -> Result<()>
pub unsafe fn BackColor(&self) -> Result<u32>
pub unsafe fn Cursors(&self) -> Result<IInkCursors>
pub unsafe fn MarginX(&self) -> Result<i32>
pub unsafe fn SetMarginX(&self, marginx: i32) -> Result<()>
pub unsafe fn MarginY(&self) -> Result<i32>
pub unsafe fn SetMarginY(&self, marginy: i32) -> Result<()>
pub unsafe fn Tablet(&self) -> Result<IInkTablet>
pub unsafe fn SupportHighContrastInk(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetSupportHighContrastInk<P0>(&self, support: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn SupportHighContrastSelectionUI(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetSupportHighContrastSelectionUI<P0>(
&self,
support: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn HitTestSelection( &self, x: i32, y: i32, ) -> Result<SelectionHitResult>
pub unsafe fn SetGestureStatus<P0>(
&self,
gesture: InkApplicationGesture,
listen: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn GetGestureStatus( &self, gesture: InkApplicationGesture, ) -> Result<VARIANT_BOOL>
pub unsafe fn GetWindowInputRectangle( &self, windowinputrectangle: *mut Option<IInkRectangle>, ) -> Result<()>
pub unsafe fn SetWindowInputRectangle<P0>(
&self,
windowinputrectangle: P0,
) -> Result<()>where
P0: Param<IInkRectangle>,
pub unsafe fn SetAllTabletsMode<P0>(&self, usemouseforinput: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn SetSingleTabletIntegratedMode<P0>(&self, tablet: P0) -> Result<()>where
P0: Param<IInkTablet>,
pub unsafe fn GetEventInterest( &self, eventid: InkCollectorEventInterest, ) -> Result<VARIANT_BOOL>
pub unsafe fn SetEventInterest<P0>(
&self,
eventid: InkCollectorEventInterest,
listen: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn InkEnabled(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetInkEnabled<P0>(&self, collecting: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn Enabled(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetEnabled<P0>(&self, vbool: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames( &self, riid: *const GUID, rgsznames: *const PCWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<()>
pub unsafe fn Invoke( &self, dispidmember: i32, riid: *const GUID, lcid: u32, wflags: DISPATCH_FLAGS, pdispparams: *const DISPPARAMS, pvarresult: Option<*mut VARIANT>, pexcepinfo: Option<*mut EXCEPINFO>, puargerr: Option<*mut u32>, ) -> Result<()>
Trait Implementations§
§impl CanInto<IUnknown> for IInkPicture
impl CanInto<IUnknown> for IInkPicture
§impl Clone for IInkPicture
impl Clone for IInkPicture
§fn clone(&self) -> IInkPicture
fn clone(&self) -> IInkPicture
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IInkPicture
impl Debug for IInkPicture
§impl Deref for IInkPicture
impl Deref for IInkPicture
§impl From<&IInkPicture> for &IDispatch
impl From<&IInkPicture> for &IDispatch
§fn from(value: &IInkPicture) -> Self
fn from(value: &IInkPicture) -> Self
Converts to this type from the input type.
§impl From<&IInkPicture> for &IUnknown
impl From<&IInkPicture> for &IUnknown
§fn from(value: &IInkPicture) -> Self
fn from(value: &IInkPicture) -> Self
Converts to this type from the input type.
§impl From<IInkPicture> for IDispatch
impl From<IInkPicture> for IDispatch
§fn from(value: IInkPicture) -> Self
fn from(value: IInkPicture) -> Self
Converts to this type from the input type.
§impl From<IInkPicture> for IUnknown
impl From<IInkPicture> for IUnknown
§fn from(value: IInkPicture) -> Self
fn from(value: IInkPicture) -> Self
Converts to this type from the input type.
§impl Interface for IInkPicture
impl Interface for IInkPicture
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IInkPicture
impl PartialEq for IInkPicture
§fn eq(&self, other: &IInkPicture) -> bool
fn eq(&self, other: &IInkPicture) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IInkPicture
impl StructuralPartialEq for IInkPicture
Auto Trait Implementations§
impl Freeze for IInkPicture
impl RefUnwindSafe for IInkPicture
impl !Send for IInkPicture
impl !Sync for IInkPicture
impl Unpin for IInkPicture
impl UnwindSafe for IInkPicture
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)