
Win32 GDI help
Hi,
How to fill an ellipse with GDI win32 SDK ?
I know the function FillRect to fill rectangle unlike Rect !
But FillEllipse does not exist !! So How to fill an ellipse ?
thanks

You don''t need to fill the Ellipse separately. The Ellipse Win32 API function will draw the ellipse with the outline done in the current Pen and the fill using the current Brush for you. Just make sure you select the Pen and Brush you want to use into the device context before drawing the ellipse.
Magius
Magius
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement