Represents a region.
Constructors
public Region(int x, int y, int width, int height)
Initializes a new instance of the Region struct.
Parameters:
x (int)The x-coordinate.
y (int)The y-coordinate.
width (int)The width.
height (int)The height.
Properties
Height
: intGets the height.
Width
: intGets the width.
X
: intGets the x-coordinate.
Y
: intGets the y-coordinate.