Can anyone show me an example of how you might draw a circle, using something like the Circle Method, but while using BitBlt? Mind you, I'm not talking about Blitting a bitmap of a circle; I need to draw the circle from scratch, changing its radius, height, width, and center based on other criteria, which changes from moment to moment.

Suggestions? better yet, examples!!!