How to draw a transperent ellipse or an hollow ellipse?
C / C++ / MFC
3
Posts
3
Posters
3
Views
1
Watching
-
I am filling a region with red in a rectangle on that i am drawing the ellipse but it is overlapping the region .So how can i draw a ellipse which i hollow
Try this way-> with selecting NULL Brush SelectObject(hDC,GetStockObject(NULL_BRUSH)); or with MemDC m_MemDC.SelectStockObject(NULL_BRUSH);
-@SuDhIrKuMaR@-
-
I am filling a region with red in a rectangle on that i am drawing the ellipse but it is overlapping the region .So how can i draw a ellipse which i hollow