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
The height of the display in pixels.

(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
The DPI for the display.

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
The physical height of the screen in inches.

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
The physical height of the screen in millimeters.

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
The height of the display in logical points.

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
Number of pixels per logical inch along the screen width.

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
Number of pixels per logical inch along the screen height.

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
The logical scale factor.

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
The width of the display in logical points.

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
The position of the display in the virtual desktop space in logical points..

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
The position of the display in the virtual desktop space in logical points.

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
The handle for the monitor.

(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
The monitor height.

(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
The monitor width.

(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 position of monitor.

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 position of monitor.

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
Whether this is primary display.

(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
The width of the display in pixels.

(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
The DPI for the display.

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
The physical width of the screen in inches.

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
The physical width of the screen in millimeters.

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
The work area height in pixels.

(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
The work area width in pixels.

(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 position.

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 position.

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
The position of the display in the virtual desktop space in pixels.

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
The position of the display in the virtual desktop space in pixels.

Primary display is always at 0/0.
(Read only property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...