Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The topics contained in this section provide the reference specifications for Ink presenter interfaces.
In this section
| Topic | Description |
|---|---|
| IInkCommitRequestHandler |
An IInkCommitRequestHandler object enables the app (instead of an IInkPresenterDesktop object) to commit all pending Microsoft DirectComposition commands to the app's DirectComposition visual tree. |
| IInkDesktopHost |
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. |
| IInkHostWorkItem |
An IInkHostWorkItem object represents an ink operation to be executed on an IInkDesktopHost object thread. |
| IInkPresenterDesktop |
An IInkPresenterDesktop object represents an InkPresenter that can be configured and inserted into the DirectComposition visual tree of the Classic Windows app. |
Related topics