Click or drag to resize

Screen Properties

The Screen type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
Gets the number of bits each pixel uses to represent its color value.
Public propertyBounds
Gets the bounds of the display in the DisplayBounds area.
Public propertyStatic memberDisplayBounds
Gets the display bounds of all screens on the current system.
Public propertyDPI
Gets the logical Dots/Pixels Per Inch of the screen.
Public propertyIsPrimary
Gets a value indicating whether this screen is the primary/main screen.
Public propertyLogicalPixelSize
Gets the number of physical pixels per logical pixel of this display.
Public propertyStatic memberPrimaryScreen
Gets the primary screen of the current system.
Public propertyRealDPI
Gets the real Dots/Pixels Per Inch of the screen, accounting for retina displays.
Public propertyRealScale
Gets the real scale of the pixels of the screen vs. points.
Public propertyScale
Gets the logical scale of the pixels of the screen vs. points.
Public propertyStatic memberScreens
Gets an enumerable of display screens available on the current system.
Public propertyWorkingArea
Gets the working area of the display, excluding any menu/task bars, docks, etc.
Top
See Also