DisplaySettings Struct

Definition

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.

Applies to