Hi,
I need to determine the X-radius & Y-radius of an ellipse give the major & minor radius and I couldn't find any way how to do it.
I have following inputs:
- Center Point
- Start Point
- Major Radius
- Minor Radius
So, My question is how to create the ellipse rect that should be passed to GDI api i.e. DrawEllipse to draw the ellipse.
Thanks & Regards, Pankaj