2021-04-13 06:01 AM
Hi guys,
I would like to know, if I can somehow in general define img in program and use it in function. For example
void Screen1View::function1(random_img)
{
image img;
img = random_img;
img.setAlpha(0);
img.Invalidate;
}
The same way with Box with border and text area.
Thank you