empty ellipse

Forgive the newbie question, but what is the MFC command for drawing an ellipse that has no fill?
Humbly yours,
Ian
[123 byte] By [idwilson] at [2007-11-18 19:19:31]
# 1 Re: empty ellipse
The ellipse is always drawn with the currently selected pen and brush in your DC. So select a HOLLOW_BRUSH in your DC.
Marc G at 2007-11-10 3:52:00 >
# 2 Re: empty ellipse
Thank you kindly good sir. :)

:wave:
idwilson at 2007-11-10 3:53:00 >