SocketTools .NET Edition

Terminal.DisplayCells Class

The class used to return information about a character cell in the virtual display.

For a list of all members of this type, see Terminal.DisplayCells Members.

System.Object
   SocketTools.Terminal.DisplayCells

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class Terminal.DisplayCells
[C#]
[DefaultMember(MemberName="Item")]
public class Terminal.DisplayCells

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The DisplayCells class returns information about a specific character cell in the virtual display. A read-only instance of this class is created by the Terminal class constructor and accessed using the Cell property.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

Terminal.DisplayCells Members | SocketTools Namespace