Draw a line avoiding objects
-
Hello, I have a problem: I want to draw a line between object A (Say an ellipse) and object B (also an ellipse). Now, between those object lies object C (which is a triangle). Now how can I draw the shortest line between A and B avoiding object C, using GDI+? Thanks in advance, Zaegra
Motivation is the key to software development.
-
Hello, I have a problem: I want to draw a line between object A (Say an ellipse) and object B (also an ellipse). Now, between those object lies object C (which is a triangle). Now how can I draw the shortest line between A and B avoiding object C, using GDI+? Thanks in advance, Zaegra
Motivation is the key to software development.
In two steps: 1) Solve the mathmatical formula to determine the line's endpoints 2) Draw the line I can't tell from your question which of the two steps you need help with, but it seems like you are asking for help with step 1. If you already know how to do step 2, then this is the wrong forum to ask your question as part 1 is not C# related.
Sounds like somebody's got a case of the Mondays -Jeff