C# make line height adjust to ellipse
问题 There is an ellipse drawn with the following code: graphGraphics = e.Graphics; graphGraphics.FillEllipse(new SolidBrush(Color.White), this.graphBoundries); graphGraphics.DrawEllipse(graphPen, this.graphBoundries); I have a line on this graph and it currently just passes right through it. I want to change the lines height to adjust to the ellipse's boundaries as follows so it wont pass through the ellipse: http://i1379.photobucket.com/albums/ah134/fac7orx2/circlewithlinehelp_zps280d9e76.png