Hi,
I am drawing a circle using ellipse because there is no explicit command for this.
Kindly tell me what is the centre of circle and what is radius in the above command?
Zulfi.
I am drawing a circle using ellipse because there is no explicit command for this.
Code:
pDC->Ellipse(CRect(70, 170, 300, 400));
Zulfi.