Constructor RectI
RectI(int, int, int, int)
Initializes a new instance of the RectI class with the specified location and size.
public RectI(int x, int y, int width, int height)
Parameters
RectI(PointI, SizeI)
Initializes a new instance of the Rectangle class with the specified location and size.
public RectI(PointI location, SizeI size)