Hi,
I want to trim/remove portion of the ellipse when it intersect with another ellipse.There is no inbuilt function in C# to find intersection points.

So I tried by solving both ellipse equation...but i couldnt solve the equation completely since it is resulting in 4 degree equation.

Can any one suggest how to proceed.