Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.77 KB

inkpresenter_strokecontainer.md

File metadata and controls

33 lines (21 loc) · 2.77 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.Input.Inking.InkPresenter.StrokeContainer
winrt property
xbox

Windows.UI.Input.Inking.InkPresenter.StrokeContainer

-description

Gets or sets an InkStrokeContainer object to store and manage the collection of InkStroke objects rendered by the InkPresenter.

Modifications made to any of the ink strokes in the stroke container are immediately rendered to the drawing surface associated with the InkPresenter.

-property-value

Stores and manages one or more InkStroke objects.

If custom dry mode is enabled (ActivateCustomDrying), StrokeContainer is null.

-remarks

The StrokesCollected event is fired when ink strokes are processed ("wet" to "dry") on the UI thread.

For ink recognition, use an InkRecognizerContainer object.

-examples

-see-also

Pen and stylus interactions, Get started: Support ink in your UWP app, Ink analysis sample (basic) (C#), Ink handwriting recognition sample (C#), Save and load ink strokes from an Ink Serialized Format (ISF) file, Save and load ink strokes from the clipboard, Ink toolbar location and orientation sample (basic), Ink toolbar location and orientation sample (dynamic), Coloring book sample, Family notes sample, Inking sample (JavaScript), Simple inking sample (C#/C++), Complex inking sample (C++), Ink analysis sample