This type represents an image control.
This type inherits Control type. All of its base methods and fields are also available in this type.
Control
Constructor
Constructs the image.
Arguments
Name
Type
Description
id
ControlID|string
ControlID
|string
ID.
tex
Texture
Texture.
Returns
Image
Image instance.
Example
local img = gui.Image(id);
Last updated 1 month ago