Region Struct

Represents a region.
[DebuggerDisplay("[X={X,nq}, Y={Y,nq}, W={Width,nq}, H={Height,nq}]")]
public struct Region : ValueType
Namespace
Spectre.Console
Base Types
  • ValueType

Attributes

DebuggerDisplayAttribute

Constructors

Region(int, int, int, int)
Initializes a new instance of the Region struct.

Properties

int Height
Gets the height.
int Width
Gets the width.
int X
Gets the x-coordinate.
int Y
Gets the y-coordinate.