I would like to import an image into a WPF inkcanvas object, specifically into the strokes collection, not into the children collection and not as a background image. The rational for this is I want to be able to easily erase and manipulate on the drawing as if it was originally drawn in inkcanvas.
I have seen articles on exporting the strokes to XAML and converting strokes to paths. Perhaps there is a way to convert a bitmap to a path and import it into the stroke collection?