PictureBox_PaintPicture

Funktionsname 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]}) ...))
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Picture Box

This method displays the specified picture at UpperLeftX, UpperLeftY. The file can be a bitmap (.bmp), metafile (.wmf), or icon (.ico) file. 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).