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.
The IInkDesktopHost interface inherits from the IUnknown interface.
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. |
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inkpresenterdesktop.h |
Samples