Tiled graphic in a form without using an image control.
Tiled graphic in a form without using an image control.
API Declarations
'Set an image in the Picture property of the form.
Rate Tiled graphic in a form without using an image control.
(1(1 Vote))
Dim X As Integer
Dim Y As Integer
For X = 0 To Width Step ScaleX(Picture.Width)
For Y = 0 To Height Step ScaleY(Picture.Height)
PaintPicture Picture, X, Y
Next
Next
End Sub
Tiled graphic in a form without using an image control. Comments
No comments yet — be the first to post one!
Post a Comment