Hi, I'm working on an application, that the user clicks 2 points on a control, and a line is drawn connecting those 2 points. The problem is that I need to draw another line that starts on X.Y (returned by a function) intersects the line generated by the user right in the center of it.
How can I do this?
I'm using DrawingVisual and DrawingContext for this.
Thanks