When trying to draw specific window size, there is no apparent way to redraw or resize the custom draw. Once it is drawn the first time, I cannot grab the end (edge) of the boundary and resize it precisely.
I can't always get the custom draw 100% correct on the first try....so I need ability to customize the borders for specific window drawing.
Do you need an example of this? Or can you reproduce it on your side?
edit: when doing regular "rectangle on a screen", there is no problem with this. So only "specific window" method I cannot redraw the existing rectangle. So I must get it perfect on the first draw.
-------
Also I wanted to add that the "rectangle on a screen" mode can pick up more specific rectangle areas than the "specific window" rectangle detection.....why is this? It is a bit annoying because it would help with not needing to redraw the rectangle when I can auto-detect the smaller rectangles within the larger window. And that one mode can do it ("rectangle on a screen"), but not "specific window".