WPF Vector based interface

前端 未结 2 1789
囚心锁ツ
囚心锁ツ 2021-01-24 05:01

I\'m working on a new C# application using WPF. I was under the impression that WPF was vector based and that text/buttons would be drawn in a resolution independent way. When r

2条回答
  •  鱼传尺愫
    2021-01-24 05:48

    The magnifying glass in Vista isn't particularly clever. It just blows up the already rasterized image from your screen. To see that a text box is actually vector based, try adjusting your DPI settings.

    EDIT: From the comments, it seems like the magnifying glass in Vista is supposed to do vector scaling after all. It certainly doesn't on this computer (Vista 32-bit), so I may be having the same issues. DPI scaling works, though...

提交回复
热议问题