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