Click or drag to resize

DisplaySettings Methods

The DisplaySettings type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBlue
Gets the blue adjustment value.
Public methodGetBrightness
Gets the current brightness setting of the device.
Public methodGetContrast
Gets the current contrast setting for the current device.
Public methodGetGreen
Gets the green adjustment value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRed
Gets the red adjustment value.
Public methodGetSetCommand
Gets the command.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBlue
Sets the blue adjustment value.
Public methodSetBrightness
Sets the brightness of the back-light in the display (if equipped). Valid values range from 0 (off) to 100 (full on).
Public methodSetContrast
Sets contrast of the display in the device (if equipped). Value values range from 0 (white) to 100 (black).
Public methodSetGreen
Sets the green adjustment value.
Public methodSetRed
Sets the red adjustment value.
Public methodSetSetCommand
Sets the command.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also