IInkDesktopHost interface (inkpresenterdesktop.h)

An IInkDesktopHost object enables ink input, processing, and rendering through the creation of an app thread to host an IInkPresenterDesktop object and insert it into the app's DirectComposition visual tree.

Inheritance

The IInkDesktopHost interface inherits from the IUnknown interface.

Methods

The IInkDesktopHost interface has these methods.

 
IInkDesktopHost::CreateAndInitializeInkPresenter

Creates an IInkPresenterDesktop object on an application thread, connects it to the app's DirectComposition visual tree, and sets the size of the object.
IInkDesktopHost::CreateInkPresenter

Creates an IInkPresenterDesktop object on an application thread.
IInkDesktopHost::QueueWorkItem

Add an ink operation to a work queue for execution on the IInkDesktopHost thread.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header inkpresenterdesktop.h

See also

Complex ink sample

Ink presenter interfaces

Pen and stylus interactions

Samples

Complex Ink sample

Simple ink sample