IInkD2DRenderer interface (inkrenderer.h)

Enables the rendering of ink strokes onto the designated Direct2D device context of a Universal Windows app, instead of the default InkCanvas control.

Inheritance

The IInkD2DRenderer interface inherits from the IUnknown interface. IInkD2DRenderer also has these types of members:

Methods

The IInkD2DRenderer interface has these methods.

 
IInkD2DRenderer::Draw

Renders the ink stroke to the designated Direct2D device context of the app.

Remarks

See the IInkD2DRenderer::Draw method if you need to support Windows 11 contrast theme settings.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header inkrenderer.h

See also

IInkD2DRenderer2 interface Complex ink sample Simple ink sample Ink renderer interfaces Pen and stylus interactions