SocketTools .NET Edition

Terminal.TerminalCell Constructor (Char, TerminalAttributes)

Initializes a new instance of the TerminalCell structure with the specified character and attributes.

[Visual Basic]
Overloads Public Sub New( _
   ByVal character As Char, _
   ByVal attributes As TerminalAttributes _
)
[C#]
public Terminal.TerminalCell(
   char character,
   TerminalAttributes attributes
);

Parameters

character
The character value used to initialize the structure.
attributes
A TerminalAttributes enumeration value which specifies the attributes for the character cell.

Remarks

The TerminalCell structure will be initialized with the specified character and attributes.

See Also

Terminal.TerminalCell Class | SocketTools Namespace | Terminal.TerminalCell Constructor Overload List