I want to copy a drawing from OneNote and then paste it into an InkCanvas in my UWP App programmatly.
Currently I'm using StrokeContainer.PasteFromClipboard(new Point(0, 0)) with Data from the OneNote2016 Application. But is there a way to get the Data from the OneNote StoreApp ? When using the Clipboard I'm just getting unusable data that I can't paste into the InkCanvas.