DisplaySettings Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes the display settings for a display attached to a computer.
The DisplaySettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Overloaded. | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets a hash code for the display setting. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Tests for equality. | |
Inequality | Tests for inequality. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top