With the Windows.Ink.Stroke it was possible to retrieve the number of self-intersections through Stroke.SelfIntersections.
Now with System.Windows.Ink it seems the Stroke class has no more such a property.
Is there any other possibility to retrieve the number of self- intersections of a stroke or do I have to compute them myself?
Thanks in advance for any help,
Markus
|