Skip to content

ca2c9130 dd52 143e 7e11 f2703b06f7df

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

SystemConsoleWrapper.GetScreenBufferSize Method

This method gets currently applied screen buffer size.

Namespace: Plexdata.LogWriter.Internals.Native.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.7.1

Syntax

C#

private Dimension GetScreenBufferSize()

Return Value

Type: Dimension
The number of lines and columns of the console screen buffer.

Remarks

Keep in mind, the console screen buffer size represents the number of columns as well as the number of lines.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.BufferSize
SystemConsoleWrapper.SetScreenBufferSize(Dimension)

Clone this wiki locally