屏幕WorkingArea的总和与Bounds的区别是什么 [英] what's the difference between the sum of a screens WorkingArea and it's Bounds

查看:159
本文介绍了屏幕WorkingArea的总和与Bounds的区别是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在.NET中,两者之间有什么区别

In the .NET, what is the difference between

myScreen.WorkingArea.Left + myScreen.WorkingArea.Right  

myscreen.Bounds

推荐答案

工作区:

获取显示器的工作区域. 工作区域是桌面区域 显示的内容,不包括任务栏, 停靠的窗口和停靠的工具栏.

Gets the working area of the display. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.

范围:

获取显示范围.

Gets the bounds of the display.

因此,在第一种情况下,您使用的是 actual 实际空间,而在第二种情况下,则是在 visual 空间.

So, in the first instance you're working with actual space, while in the second visual space.

这篇关于屏幕WorkingArea的总和与Bounds的区别是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆