1、 arc函数绘画一个椭圆圆弧。

2、 函数的格式:BOOL Arc(HDC hdc,int xLeft,int yTop,int xRight,int yBottom,int XStart,int YStart,int XEnd,int YEnd)

3、 参数的含义hdc 绘画的窗口句柄xLeft和nyTopt指定外接矩形左上角坐标xRight和yBottom指定外接矩形右下角坐标xStart和nyStart指定圆弧开始坐标xEnd和nyEnd指定圆弧结束坐标