Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

Radius and Centre of Circle

$
0
0
Hi,
I am drawing a circle using ellipse because there is no explicit command for this.
Code:

        pDC->Ellipse(CRect(70, 170, 300, 400));
Kindly tell me what is the centre of circle and what is radius in the above command?

Zulfi.

Viewing all articles
Browse latest Browse all 3021

Trending Articles