Hi, I'm trying to draw an ellipse using GDI so I'm using the ellipse function. The problem with this function is that it is a filled shape. Is there any way I can draw an ellipse that isn't filled or how I can specify a transparent brush for it to fill with?

Thanks in advance