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