Click or drag to resize
RectangleI Constructor (Int32, Int32, Int32, Int32)
Constructs a new rectangle with the specified position and size.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public RectangleI(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: System.Int32
X-component of the rectangle position.
y
Type: System.Int32
Y-component of the rectangle position.
width
Type: System.Int32
Rectangle width.
height
Type: System.Int32
Rectangle height.
See Also