Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.53 KB

iinkstrokecontainer_pastefromclipboard_1029382566.md

File metadata and controls

31 lines (21 loc) · 2.53 KB
-api-id -api-type -api-device-family-note
M:Windows.UI.Input.Inking.IInkStrokeContainer.PasteFromClipboard(Windows.Foundation.Point)
winrt method
xbox

Windows.UI.Input.Inking.IInkStrokeContainer.PasteFromClipboard

-description

Adds the InkStroke content from the clipboard to the InkStroke collection that is managed by the InkStrokeContainer and renders the new strokes.

-parameters

-param position

The screen coordinates for the upper-left corner of the bounding rectangle of the clipboard content.

-returns

The invalidated bounding rectangle of the InkStroke collection.

-remarks

The content of the clipboard must be in Ink Serialized Format (ISF) format.

-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