Gets the size of a character cell.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property CellSize As Size
	Get
C#
public Size CellSize { get; }

Field Value

Size of character cell.

Implements

ITerminal..::..CellSize

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also