Click or drag to resize

ScreenRegionInfo Class

This class represents screen and region limitations of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptScreenRegionInfo

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

The ScreenRegionInfo type exposes the following members.

Constructors
  NameDescription
Public methodScreenRegionInfo
Initializes a new instance of the ScreenRegionInfo class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetButtonCaptionLength
Gets the caption length for a Button Region.
Public methodGetCharacterHeight
Gets the character height for text Regions.
Public methodGetCharacterWidth
Gets the character width for text Regions.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegionCount
Gets the number of Region storable on the device.
Public methodGetRegionsPerScreen
Gets the number of Regions that can placed onto a Screen.
Public methodGetResourceCount
Gets the number of Resources that can be stored on the device.
Public methodGetScreenCount
Gets the number of Screens storable on the device.
Public methodGetTextRegionLength
Gets the maximum size of a text Region.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also