ScreenRegionInfo Constructor |
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
)
Public Sub New (
screenCount As Integer,
regionCount As Integer,
regionsPerScreen As Integer,
resourceCount As Integer,
buttonCaptionLength As Integer,
textRegionLength As Integer,
characterHeight As Integer,
characterWidth As Integer,
reserved As Integer()
)
public:
ScreenRegionInfo(
int screenCount,
int regionCount,
int regionsPerScreen,
int resourceCount,
int buttonCaptionLength,
int textRegionLength,
int characterHeight,
int characterWidth,
array<int>^ reserved
)
new :
screenCount : int *
regionCount : int *
regionsPerScreen : int *
resourceCount : int *
buttonCaptionLength : int *
textRegionLength : int *
characterHeight : int *
characterWidth : int *
reserved : int[] -> ScreenRegionInfo
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