Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsDisplayMBS class.
WindowsDisplayMBS.Height as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.HeightDPI as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calculated based on HeightInch property.
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.HeightInch as Double
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.HeightMM as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.LogHeight as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 24.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This is basically Height * 96 / LogPixelY;
(Read only property)
Some examples using this property:
WindowsDisplayMBS.LogPixelsX as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
In a system with multiple display monitors, this value is the same for all monitors.
e.g. 200% is 96 * 2 = 192
(Read only property)
WindowsDisplayMBS.LogPixelsY as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
In a system with multiple display monitors, this value is the same for all monitors.
e.g. 200% is 96 * 2 = 192
(Read only property)
WindowsDisplayMBS.LogScaleFactor as Double
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 24.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Same as LogPixelsX/96.
(Read only property)
WindowsDisplayMBS.LogWidth as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 24.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This is basically Width * 96 / LogPixelX;
(Read only property)
Some examples using this property:
WindowsDisplayMBS.LogX as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 24.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Primary display is always at 0/0.
This is basically X * 96 / LogPixelX;
(Read only property)
WindowsDisplayMBS.LogY as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 24.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Primary display is always at 0/0.
This is basically Y * 96 / LogPixelY;
(Read only property)
WindowsDisplayMBS.MonitorHandle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.MonitorHeight as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
Some examples using this property:
WindowsDisplayMBS.MonitorWidth as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
Some examples using this property:
WindowsDisplayMBS.MonitorX as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The display monitor rectangle, expressed in virtual-screen coordinates. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.MonitorY as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The display monitor rectangle, expressed in virtual-screen coordinates. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.Primary as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.Width as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.WidthDPI as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calculated based on WidthInch property.
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.WidthInch as Double
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.WidthMM as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Value is zero if we don't know.
(Read only property)
Some examples using this property:
WindowsDisplayMBS.WorkHeight as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.WorkWidth as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDisplayMBS.WorkX as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. Windows uses this rectangle to maximize an application on the monitor. The rest of the area in rcMonitor contains system windows such as the task bar and side bars. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
(Read only property)
WindowsDisplayMBS.WorkY as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. Windows uses this rectangle to maximize an application on the monitor. The rest of the area in rcMonitor contains system windows such as the task bar and side bars. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
(Read only property)
WindowsDisplayMBS.X as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Primary display is always at 0/0.
(Read only property)
WindowsDisplayMBS.Y as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows | MBS Win Plugin | 18.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Primary display is always at 0/0.
(Read only property)
The items on this page are in the following plugins: MBS Win Plugin.