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.