How to draw a transparent circle?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Any idea how I can draw a transparent circle? i.e a circle in which the interior part of the circle is transparent. If I use the CDC::Ellipse() function it fills the inside of the circle with the default brush selected into the DC. Right now, to get over the problem I'm drawing 2 arcs, but I was wondering if there was any direct method. Thanks.
-
Hi, Any idea how I can draw a transparent circle? i.e a circle in which the interior part of the circle is transparent. If I use the CDC::Ellipse() function it fills the inside of the circle with the default brush selected into the DC. Right now, to get over the problem I'm drawing 2 arcs, but I was wondering if there was any direct method. Thanks.