Click or drag to resize
RectangleISpan Method
Calculates the rectangle which spans the specified positions.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static RectangleI Span(
	IEnumerable<Vector2I> positions
)

Parameters

positions
Type: System.Collections.GenericIEnumerableVector2I
Positions to span a rectangle around.

Return Value

Type: RectangleI
Rectangle which spans the specified positions.
See Also