I'm writing a Vegas script that can play animations from Sprite Sheet pictures. Now the general functionality of the script has been completed. Here you can see the test video below. 👏
There's one small problem. At present, the script only fits the window size of 480*270. If your preview window is larger or smaller, the generated grid window must be adjusted manually.
I wonder if there is a way to get the position and size of the preview window, so that the grid can cover on it directly, without the manual adjustment. Is that even possible?