Board index » delphi » Tiling images..

Tiling images..

Is there a way to tile an images on the form (as a background image). If
you know how, plase mail the answer to me. Thanks in advance.

Best Regards

Jimmy Reuterwall
mailto: J...@mbox300.swipnet.se

 

Re:Tiling images..


check out the free component WIATILE.ZIP on the Delphi Super Page
U.S. Mirror site
http://www.cdrom.com/pub/delphi_www/

--
Steve Samuelson
steve...@mailx.norlight.net

Jimmy Reuterwall <j...@mbox300.swipnet.se> wrote in article
<01bc20e4$54a71680$01000...@win95.swipnet.se>...

Quote
> Is there a way to tile an images on the form (as a background image). If
> you know how, plase mail the answer to me. Thanks in advance.

> Best Regards

> Jimmy Reuterwall
> mailto: J...@mbox300.swipnet.se

Re:Tiling images..


Quote
Jimmy Reuterwall wrote:

> Is there a way to tile an images on the form (as a background image). If
> you know how, plase mail the answer to me. Thanks in advance.

> Best Regards

> Jimmy Reuterwall
> mailto: J...@mbox300.swipnet.se

Draw the image at 0,0. Move over by the image width, draw again.
Keep doing this until you reach the right edge of the form. Move Back
to 0 in the x direction, and move down in the y direction by
the image height. Repeate the process untill you reach the bottom edge
of the form.

--
Joe C. Hecht
Borland Delphi Developer Support Group
http://www.borland.com

Other Threads