InfoConnect for Unisys
ScreenCharacter Constructor(Char,Int32)


The character on the host screen.
The character width. SBCS = 1, DBCS = 2.
Constructs a new ScreenCharacter object.
Syntax
'Declaration
 
Public Function New( _
   ByVal character As Char, _
   ByVal charWidth As Integer _
)
'Usage
 
Dim character As Char
Dim charWidth As Integer
 
Dim instance As New ScreenCharacter(character, charWidth)
public ScreenCharacter( 
   char character,
   int charWidth
)

Parameters

character
The character on the host screen.
charWidth
The character width. SBCS = 1, DBCS = 2.
See Also