- Home
·
- Graphics
·
- This code tiles a picture to the background until it is covered without taking much memory. It crea
This code tiles a picture to the background until it is covered without taking much memory. It crea
This code tiles a picture to the background until it is covered without taking much memory. It creates a better effect than just stretching
Rate This code tiles a picture to the background until it is covered without taking much memory. It crea
(1(1 Vote))
For i = 0 To 10
For j = 0 To 10
Form1.PaintPicture Image1.Picture, j * _
Image1.Width, i * Image1.Height, _
Image1.Width, -Image1.Height
Next j, i
End Sub
This code tiles a picture to the background until it is covered without taking much memory. It crea Comments
No comments yet — be the first to post one!
Post a Comment