hai all,
I am developing an application using GDI functionalities.
I have to draw ellipse on mouse move with dashed, dotted line styles.
Further , the thickness of pen width is more than 2.
Please help me.
With thanks,
arun a.c.
Printable View
hai all,
I am developing an application using GDI functionalities.
I have to draw ellipse on mouse move with dashed, dotted line styles.
Further , the thickness of pen width is more than 2.
Please help me.
With thanks,
arun a.c.
it is possible with the help of GDI functions. Refer MSDN for most of the details with examples. Also refer CDC class in MFC;
all the best!