Does WPF refresh drawing similar to Windows Forms?
Posted
by Joan Venge
on Stack Overflow
See other posts from Stack Overflow
or by Joan Venge
Published on 2010-03-25T18:18:00Z
Indexed on
2010/03/25
18:23 UTC
Read the original article
Hit count: 385
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.
© Stack Overflow or respective owner