Hello,
How do I tile a image in a Timage in Delphi?
Why I need it: Instead of creating more TImages at runtime,I could create one and store my image there knowing that it will be 'fit' until it reaches TImage's height and width.
Please suggest any ideas to do this.
Thank you!
EDIT: Please note,I'm not asking for streching the image,but fitting.