ScreenCharacter Constructor(Char)
Initializes a new instance of the ScreenCharacter class. The default is a single-byte character set character.
public ScreenCharacter(
char
)
'Declaration
Public Function New( _
ByVal As Char _
)
'Usage
Dim character As Char
Dim instance As New ScreenCharacter(character)
Parameters
- character
- The character on the host screen.