Are there any predefined methods in c# which allow for collision detection?
I am new to c# and am trying to get collision detection of two ellipses are there any pre
I think you should definitely give a look at the XNA framework, it has loads of method to do collision detection.
Check out this other link on how to implement it manually in c# it might be helpful.