Skip to content

446c325b 83af 36e0 582a c79772e42bc8

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

Dimension Constructor (Int32, Int32)

The parameterized constructor initializes the properties with provided values.

Namespace: Plexdata.LogWriter.Definitions
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public Dimension(
	int width,
	int lines
)

Parameters

 

width
Type: System.Int32
The number of characters of the console buffer.
lines
Type: System.Int32
The number of lines of the console buffer.

Remarks

Task of this constructor is to initialize the properties with provided parameter values.

See Also

Reference

Dimension Class
Dimension Overload
Plexdata.LogWriter.Definitions Namespace

Clone this wiki locally