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 |
This method displays the specified picture at UpperLeftX, UpperLeftY. If Enabled is specified and NIL, the picture is grayed like a disabled Windows control. If UseMask is T and the picture is a bitmap that includes a mask image for transparency, it will be drawn transparently. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).