Click or drag to resize

DisplaySettings Class

This class represents dynamic display options that can be changed.
Inheritance Hierarchy
SystemObject
  ProScriptDisplaySettings

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class DisplaySettings

The DisplaySettings type exposes the following members.

Constructors
  NameDescription
Public methodDisplaySettings
Initializes a new instance of the DisplaySettings class.
Top
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