本文介绍了分辨率在C#中使用Anchor&码头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尊重所有人,



我想在Windows Forms中使用C#作为语言进行独立于分辨率的应用程序。



我希望代码能使我的程序屏幕分辨率独立。

表格,按钮,字体等对于不同的屏幕分辨率看起来大小相同(即800 x 600, 1024 x 768,1280 x 1024.

解决方案




Respected all,

I would like to make application in Windows Forms that should be resolution independent using C# as language.

I would like the code to make my program screen resolution independent.
Forms, buttons, font, etc will look the same size for different screen resolutions (i.e 800 x 600, 1024 x 768, 1280 x 1024.

解决方案




这篇关于分辨率在C#中使用Anchor&码头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 09:54