Tiling an image in a PictureBox
-
Hi! I'm trying to make the image in a PictureBox tile, and I can't just use the background image property since I need to change the position of the image too, which you can't do with a background image. In other words I want an image to repeat in a PictureBox. If you can help me I'd appreciate it. Thanks, Martin
-
Hi! I'm trying to make the image in a PictureBox tile, and I can't just use the background image property since I need to change the position of the image too, which you can't do with a background image. In other words I want an image to repeat in a PictureBox. If you can help me I'd appreciate it. Thanks, Martin
-
Hi! I'm trying to make the image in a PictureBox tile, and I can't just use the background image property since I need to change the position of the image too, which you can't do with a background image. In other words I want an image to repeat in a PictureBox. If you can help me I'd appreciate it. Thanks, Martin
I think your best bet is to override to override the OnPaint and add custom code to render the image tiled inside the picturebox. ---- www.digitalGetto.com