CFrame paint pessimisation [Windows]

Hi rasmus,
as you have seen, VSTGUI is not optimized for redrawing overlapped controls, so avoid it. Your naiv solution may works for your simple case, but if you have continuous updating regions in the upper left and lower right you’re redrawing the whole area which is slow on some platforms.

Cheers,
Arne