Click or drag to resize

Display Class

This class contains static information regarding the display of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptDisplay

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

The Display type exposes the following members.

Constructors
  NameDescription
Public methodDisplay
Initializes a new instance of the Display class.
Top
Methods
  NameDescription
Public methodAdjustAspect
This method adjusts an already range corrected AdjustedCoordinate so that the aspect ratio matches that of the aspect ratio reported by the device.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCaptionLength
Gets the maximum length of a button caption.
Public methodGetColorDepth
Gets the color depth of the screen (if equipped) in bits.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeight
Gets Either the height in pixels of the screen (if equipped) or an abstract number representing the vertical component of the aspect ratio of the device digitizer (if no screen).
Public methodGetRegionCount
Gets the number of supported regions in this device.
Public methodGetTextHeight
Gets the height of a single character in pixels.
Public methodGetTextWidth
Gets the width of a single character in pixels.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth
Gets either the width in pixels of the screen (if equipped) or an abstract number representing the horizontal component of the aspect ratio of the device digitizer (if no screen).
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also