How to achieve smooth UI updates every 16 ms?

前端 未结 3 438
滥情空心
滥情空心 2021-01-12 11:39

I am trying to create sort of a radar. Radar is VisualCollection that consists of 360 DrawingVisual\'s (which represent radar beams). Radar is placed on Viewbox.

<         


        
3条回答
  •  别那么骄傲
    2021-01-12 12:27

    You can check some graphics bottleneck using the WPF Performance Suite:

    http://msdn.microsoft.com/es-es/library/aa969767(v=vs.110).aspx

    Perforator is the tool that will show you performance issues. Maybe you are using a low performance VGA card?

提交回复
热议问题