Speeding up WPF resizing/redrawing

前端 未结 1 757
粉色の甜心
粉色の甜心 2021-01-21 23:55

Im noticing a black area displays when resizing even an empty WPF window. Alot of programs on my desktop dont have these issues.. So im wondering, is there a way to set a resize

1条回答
  •  不要未来只要你来
    2021-01-22 00:40

    This is inherit to how WPF works and there is nothing you can do about this.

    What you're seeing is the DirectX surface resizing and the entire surface redrawing, which takes a considerable amount of time.

    0 讨论(0)
提交回复
热议问题