Click or drag to resize

ScreenRegionInfo Constructor

Initializes a new instance of the ScreenRegionInfo class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ScreenRegionInfo(
	int screenCount,
	int regionCount,
	int regionsPerScreen,
	int resourceCount,
	int buttonCaptionLength,
	int textRegionLength,
	int characterHeight,
	int characterWidth,
	int[] reserved
)

Parameters

screenCount
Type: SystemInt32
Number of Screen variables hosted on the device.
regionCount
Type: SystemInt32
Number of Regions saved to the device.
regionsPerScreen
Type: SystemInt32
Max number of Regions that can be featured on a Screen.
resourceCount
Type: SystemInt32
Max number of Resources that can be saved to the device.
buttonCaptionLength
Type: SystemInt32
Max length of a button caption.
textRegionLength
Type: SystemInt32
Max length of a text Region.
characterHeight
Type: SystemInt32
Character height for text region.
characterWidth
Type: SystemInt32
Character width for a text region.
reserved
Type: SystemInt32
The parameter is not used.
See Also