PictureBox-PaintPicture

Имя функции dcl-PictureBox-PaintPicture
Синтаксис   (dcl-PictureBox-PaintPicture <CONTROL> (List of Lists as (UpperLeftX [типа Long] UpperLeftY [типа Long] Picture [типа PictureID] {Enabled [типа Boolean]} {UseMask [типа Boolean]}) ...))
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к 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).