Hi, I’m trying to create a rectangle to use as a mask file. It gets saved using display.save. All is good as long as my desired maskFile (err rectangle) is equal to or smaller than the current screen size. Is it not possible to create a rectangle using display.newRect that is larger than the current screen size?
If the answer is no what are my options then in terms of creating a rectangle that is 8 pixels wider than the current screen width? Thanks much for your help.