WPF Coordinates of intersection from two Line objects

Posted by Becky Franklin on Stack Overflow See other posts from Stack Overflow or by Becky Franklin
Published on 2010-06-12T15:18:03Z Indexed on 2010/06/12 15:22 UTC
Read the original article Hit count: 343

Filed under:
|
|

I have two Line objects in C# WPF, and I'm trying to construct a method to work out the coordinates at which the lines intersect (if at all). After giving myself a headache reminding myself of high school maths to do this, I can't work out how to map it into programming format - anyone know how to do this?

Thanks very much, Becky

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf