Attachmate.Reflection.Emulation.IbmHosts Namespace > ScreenCharacter Class > ScreenCharacter Constructor : ScreenCharacter Constructor(Char,Int32,FieldAttributes,ScreenColor) |
'Declaration
Public Function New( _ ByVal character As Char, _ ByVal charWidth As Integer, _ ByVal fieldAttributes As FieldAttributes, _ ByVal color As ScreenColor _ )
'Usage
Dim character As Char Dim charWidth As Integer Dim fieldAttributes As FieldAttributes Dim color As ScreenColor Dim instance As New ScreenCharacter(character, charWidth, fieldAttributes, color)
public ScreenCharacter( char character, int charWidth, FieldAttributes fieldAttributes, ScreenColor color )