How to draw Dashed Ellipse in Embedded VC++
Hi all,
In my application using eVC++ 4.0, I have to draw ellipses with different line styles such as dashed, dotted,
dashed-dotted..
I do it successfully in VC++ 6.0, using Bezier Functions... But some of the functions are not supported in eVC++ 4.0.
Is there any way to draw these ellipses?
Please help me...
Thanks in Advance,
Arun AC
Re: How to draw Dashed Ellipse in Embedded VC++
Why do you use bezier curves for drawing an ellipse? Can't you just use the Ellipse function?