Size(int, int) Constructor
Initializes a new instance of the
Size
struct.
public Size(int width, int height)
- Namespace
- Spectre
.Console - Containing Type
- Size
Parameters
- int width
- The width.
- int height
- The height.