[Gambas-user] DrawImage
Shane
buster6seven at gmail.com
Sun Jan 10 03:43:30 CET 2021
From The Wiki
Image (gb.image)
This class implements an image.
The image contents are stored in the process memory, not in the display
server like a Picture <http://gambaswiki.org/wiki/comp/gb.qt4/picture>.
To get or set individual pixel values, you can treat the Image class as
a two-dimensional array: Image[x,y] would refer to the pixel at position
(x, y) within the image.
_All methods except _Copy
<http://gambaswiki.org/wiki/comp/gb.image/image/copy>_modify the image
and return itself._
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210110/0137077b/attachment.htm>
More information about the User
mailing list