I need to rotate an ellipse such way that it's initial appearance not disturbing.
Ex:
Ellipse drawn
(lying down on X-axis )
( longer diameter in X-axis shorter distance in Y-axis )
after rotating 90 degrees:
My Expected result:
longer diameter in X-axis
shorter distance in Y-axis
so diameter should be as it was before ,but it should give you rotation appearance.
Actual results:
longer diameter part in Y-axis
shorter distance part in X-axis )
I'm not allowed to post images here for showing clearly.
Thanks