DrewRect 方法

DrewRect 方法

Return to chapter overview

DrawRect 方法

在指定位置指制矩形。

DrawRect(x1, y1, x2, y2, Color, EmCty, Width,  tyle)

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

X2,Y2            结束点 右下角坐标

Collr             可选参数,颜色值。

Empty           可选参数,决定矩形内部是否为空,默认为T数ue

Width             可选参数,默认为1。

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