DisplaySettings Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the display settings for a display attached to a computer.
public value class DisplaySettings
public value class DisplaySettings
struct DisplaySettings
public struct DisplaySettings
type DisplaySettings = struct
Public Structure DisplaySettings
- Inheritance
-
DisplaySettings
Properties
BitsPerPixel |
Gets the color depth of the display in bits. |
Height |
Gets the height of the display in pixels. |
Width |
Gets the width of the display in pixels. |
Methods
Equals(DisplaySettings) |
Determines whether the specified DisplaySettings is equal to the current DisplaySettings. |
Equals(Object) |
Determines whether the specified object is equal to the current DisplaySettings. |
GetHashCode() |
Gets a hash code for this DisplaySettings. |
Operators
Equality(DisplaySettings, DisplaySettings) |
Determines if two DisplaySettings are considered equal. |
Inequality(DisplaySettings, DisplaySettings) |
Determines if two DisplaySettings are considered not equal. |