Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.43 KB

inkstrokebuilder_beginstroke_947510527.md

File metadata and controls

30 lines (20 loc) · 2.43 KB
-api-id -api-type -api-device-family-note
M:Windows.UI.Input.Inking.InkStrokeBuilder.BeginStroke(Windows.UI.Input.PointerPoint)
winrt method
xbox

Windows.UI.Input.Inking.InkStrokeBuilder.BeginStroke

-description

Starts building the ink stroke.

Note

BeginStroke is not supported by InkPresenter. Use CreateStrokeFromInkPoints and SetDefaultDrawingAttributes to programmatically build strokes for an InkPresenter.

-parameters

-param pointerPoint

The first point for the stroke.

-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