views:

30

answers:

0

I would like to create a line path using the GraphicsPath class in C#, consisting of multiple curves and lines. Would it be possible for me to determine any self-intersecting points of the class, and in the order that they appear? e.g. as an ordered array of points.