I haven't tried, but here is what you should do :
1. You should intercept windows' erase-background message which tells form to redraw its background.
2. In answer to this message you should use some of TBitmap methods to copy picture on form's canvas. This should be simple when you know dimension of both form and bitmap.
Anyway, I am not completly sure about this, but you should give it a try
Tiling as in displaying a series of images as opposed to stretching one single to fit.
get the forms size and by use of division discover how many of the bitmaps of a certain size to display. create as many bitmap objects as you need. and initialize them as needed.
you have to code it properly to position each bitmap properly. I think you can even use the assign method to simplify things.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.