程序如下:
uglBatchStart(gc); uglForegroundColorSet(gc, colorTable[LIGHTGREEN].uglColor);
uglBackgroundColorSet(gc, colorTable[BLACK].uglColor); uglLineWidthSet(gc, 1); uglEllipse(gc, (X0 - R_small), (Y0 - R_small),(X0 + R_small),(Y0 + R_small), xe, ye, xs, ys); uglBatchEnd(gc);
画出来的是一个用绿线画的扇形,我只要上面的那段弧线,该怎么办?怎么去掉两边的直线