Click or drag to resize
RectangleI Constructor (Vector2I, 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(
	Vector2I position,
	int width,
	int height
)

Parameters

position
Type: Slash.Math.Algebra.VectorsVector2I
Rectangle position.
width
Type: SystemInt32
Rectangle width.
height
Type: SystemInt32
Rectangle height.
See Also