finding x and y coordinates of an ellipse that is drawn.

Sep 18 2018 12:05 PM
Hello hope you all are fine and doing well, I am working in c# where I am facing a problem that is "I have created an object of class drawingContext through which I have drawn an ellipse by calling drawEllipse(); method, it works fine according to my need but I want to extract its x and y coordinates with respect to given imageView.
Here is the link to the same question that is asked on StackOverflow.
https://stackoverflow.com/questions/52369871/how-to-find-the-x-and-y-coordinates-of-the-ellipse-in-c 

Answers (1)