Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 2.85 KB

inkstrokescollectedeventargs.md

File metadata and controls

27 lines (17 loc) · 2.85 KB
-api-id -api-type -api-device-family-note
T:Windows.UI.Input.Inking.InkStrokesCollectedEventArgs
winrt class
xbox

Windows.UI.Input.Inking.InkStrokesCollectedEventArgs

-description

Contains event data for the StrokesCollected event of the InkPresenter associated with an InkCanvas control.

By default, an ink stroke is processed on a low-latency background thread and rendered wet as it is drawn. When the stroke is completed (pen or finger lifted, or mouse button released), the stroke is processed on the UI thread and rendered dry to the InkCanvas layer (above the application content). If the UI thread is busy, more than one ink stroke might be processed (collected) when the thread becomes available.

This behavior can be overridden by calling the ActivateCustomDrying method prior to loading the InkCanvas.

-remarks

-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