Click or drag to resize
RectangleI Constructor (Int32, Int32, Vector2I)
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,
	Vector2I size
)

Parameters

x
Type: SystemInt32
X-component of the rectangle position.
y
Type: SystemInt32
Y-component of the rectangle position.
size
Type: Slash.Math.Algebra.VectorsVector2I
Rectangle size.
See Also