Size Struct
Represents a size.
[DebuggerDisplay("{Width,nq}x{Height,nq}")]
public struct Size : ValueType
- Namespace
- Spectre
.Console - Base Types
-
- ValueType
Attributes
-
Debugger
Display Attribute
Constructors
-
Size
(int, int) -
Initializes a new instance of the
Size
struct.