Ink presenter interfaces
The topics contained in this section provide the reference specifications for Ink presenter interfaces.
In this section
Topic | Description |
---|---|
IInkCommitRequestHandler |
Enables your app (instead of an IInkPresenterDesktop object) to commit all pending Microsoft DirectComposition commands to the app's DirectComposition visual tree. |
IInkDesktopHost |
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. |
IInkHostWorkItem |
Represents an ink operation to be executed on an IInkDesktopHost object thread. |
IInkPresenterDesktop |
Represents an InkPresenter that can be configured and inserted into the DirectComposition visual tree of the Classic Windows app. |
Related topics
Ink presenter, Pen and stylus interactions, Ink Analysis sample, Simple inking sample, Complex inking sample