I am using c# and the library of System.Drawing.Drawing2D to draw some regular geometries. However, I cannot draw a chord of ellipse with specific center point and the points located at the start and end of chord.
Asked
Active
Viewed 232 times
1

Am_I_Helpful
- 18,735
- 7
- 49
- 73

Mohammad Tahaye Abadi
- 11
- 1
- 9
-
If you're looking for the math equations to calculate a chord of an ellipse, you can search here or many other places for those equations. If you're looking for a .NET library to do it for you, I think you're out of luck. – J. McCabe Nov 20 '16 at 18:23
-
Here's just one reference that popped up here on SO: http://stackoverflow.com/questions/10692541/how-to-find-a-point-where-a-line-intersects-an-ellipse-in-2d-c?rq=1 – J. McCabe Nov 20 '16 at 18:37
-
Post a sketch of what you seek..! – TaW Nov 20 '16 at 20:07