Does WPF refresh drawing similar to Windows Forms?
- by Joan Venge
So if I have a WPF window, would moving another window over the WPF window cause the WPF window to do thousands of redraws like Windows Forms?
I am wondering the effects of using vectors in this case, as opposed to everything being bitmap-based like Window Forms.