Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.52 KB

ink-presenter-interfaces.md

File metadata and controls

24 lines (18 loc) · 2.52 KB
description ms.assetid title ms.topic ms.date
The topics contained in this section provide the reference specifications for Ink presenter interfaces.
68172566-586C-41AC-82B8-5DBE8B50EC8F
Ink presenter interfaces
article
02/03/2020

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