| Function Name | dcl-PictureBox-DrawSolidRect |
|---|---|
| Syntax | (dcl-PictureBox-DrawSolidRect
<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开始,并以指定的宽度和高度。 所有点都在客户端坐标中指定(以像素为单位,相对于控件的左上角)。