[Gambas-user] DrawImage

Jussi Lahtinen jussi.lahtinen at gmail.com
Sat Jan 9 23:16:48 CET 2021


Try:
backimg = Image.DrawImage(img1, 100, 100)
Or:
img1.DrawImage(img1, 100, 100)
backimg = img1


Jussi

On Sun, Jan 10, 2021 at 12:04 AM Shane <buster6seven at gmail.com> wrote:

> hey
>
> Am I correct in believing that this code would put a copy of img1 at
> x=100, y=100 of backimg
>
> backimg = img1.DrawImage(img1, 100, 100)
>
> it draws img1 but at 0,0
>
> any ideas?
>
> Cheers Shane
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210110/54e9ff18/attachment.htm>


More information about the User mailing list