| Function Name | dcl-PictureBox-PaintPicture |
|---|---|
| Syntax | (dcl-PictureBox-PaintPicture
<CONTROL>
(List of Lists as (UpperLeftX [as
Long]
UpperLeftY [as
Long] Picture [as
PictureID] {Enabled [as
Boolean]} {UseMask [as
Boolean]}) ...)) |
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | Picture Box |
此方法在UpperLeftX,UpperLeftY显示指定的图像。 如果指定了Enabled并且NIL,则图像呈灰色,就像禁用的Windows控件。 如果UseMask为T,并且图片是包括用于透明度的掩模图像的位图,则它将被透明地绘制。 所有点都在客户端坐标中指定(以像素为单位,相对于控件的左上角)。