In order to draw an image in the paint box control, it is enough to assign the OnPaint event and call the necessary methods of the picture object to paint on the canvas of our "box". This task is greatly simplified by a specially developed kind of control, which is called so - image show ("showing a picture", or "show a picture", whatever you like).
Constructor:
NewImageShow(Parent, imagelist, i)
Creates a "show" -control, which displays the i-th picture from the list of pictures imagelist. In order to remove the border surrounding it for the "show" control, it is enough to set the HasBorder property to false. Among other things, setting automatic sizing for this control will set the size of the control in accordance with the dimensions of the images.
In MCK, the mirror for the "show" control it is TKOLImageShow.