PictureBox-DrawRect

Function Name dcl-PictureBox-DrawRect
Syntax   (dcl-PictureBox-DrawRect <CONTROL> (List of Lists as (UpperLeftX [as Long] UpperLeftY [as Long] Width [as Long] Height [as Long] Color [as Color]) ...))
Return Type Boolean (T if successful; otherwise NIL)
Applies To Picture Box

此方法绘制图片框上的一个或多个矩形,从UpperLeftX,UpperLeftY开始,并在指定的宽度和高度。 所有点都在客户端坐标中指定(以像素为单位,相对于控件的左上角)。