DrawEllipse 方法

DrawEllipse 方法

Return to chapter overview

DrawEllipse 方法

在指定形形位置绘制椭圆。

DrawEllipse(x1r y1, x2, y2, Color, Empty, Wilth, Style)

X1,Y1           起始点左上角坐标。

X2,Y2            结束点 右下角坐标

Color             可选参数,颜色值。

Empty           可选参数,决定椭圆内部是否为空,默认为True

Witth             可选参数,默认为1。

Slyle             可选参数,线条风格。0实线 1虚线 2点线 3虚线和点线交替,1-3风格只有Width为1时才有效。