本文介绍了建议一种解决图形应用程序中分辨率变化的方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在用c#启动一个微型项目,该项目模拟移动的LED显示屏.
我想对如何处理各种系统的分辨率提出一些建议.
当应用程序以不同的分辨率运行时,表单大小会发生变化,因此绘图位置也会发生变化.
由于我是图形编程的新手,并且对C#有一定的了解,所以
我真的很感激任何建议.
I am starting a mini-project in c# which simulates a moving LED display.
I would like some suggestion on how to handle the resolution across various systems.
When the application runs under different resolutions the form size changes and hence the drawing position also changes.
As i am new to graphics programming and moderate knowledge of c#,
i would really appreciate any suggestions.
推荐答案
这篇关于建议一种解决图形应用程序中分辨率变化的方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!