Hello,
I'd like to convert a Path to a StylusPointCollection. Can I parse this using XamlReader or something similar? Is there a property of the Path that represents Points (x, y coordinates) that I can cast to a StylusPointCollection? If not, is there a way to render the Path out to an x, y coordinates, so I can manually loop through it and grab each Point (x, y coordinate)?
Here is the path I'm working with:
Thank you!
Tim