xtd 0.2.0
Loading...
Searching...
No Matches

◆ monitors_same_display_format()

static bool xtd::forms::system_information::monitors_same_display_format ( )
static

Gets a value indicating whether all the display monitors are using the same pixel color format.

Returns
true if all monitors are using the same pixel color format; otherwise, false.
Remarks
The monitors_same_display_format indicates whether all monitors currently recognized by the operating system are using the same pixel color format.
Pixel formats define the data structure used to encode pixel color and luminosity information. The pixel_format enumeration indicates a set of standard pixel color formats. Pixel values can be encoded in a variety of formats, with differing color value ranges and bit precisions, and differing positions of bits in a pixel data format structure.
Note
Two displays can have the same bit depth but different color formats.
This property is supported only on Windows 98, Windows Millennium Edition, Windows 2000, Windows XP, and the Windows Server 2003 family.