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
-
Debugger
Display Attribute
Constructors
-
Region
(int, int, int, int) -
Initializes a new instance of the
Region
struct.
Properties
Extension Methods
-
T And
<Region> (Action <Region> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.