摘要:
void Bresenham(int radius, int r,COLORREF color, CDC* pDC) { int x = 0; int y = radius; int m = d - radius; CirclePoints(x, -y, r, color, pDC); CirclePoints(y, -x, r, color, pDC)... 阅读全文
posted @ 2016-06-20 15:45
13070030李晓东
阅读(626)
评论(0)
推荐(0)