Click or drag to resize
RectangleIUnion Method
Creates the union of this rectangle and the specified other one.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public RectangleI Union(
	RectangleI other
)

Parameters

other
Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to unite with.

Return Value

Type: RectangleI
Union rectangle of this and the specified rectangle.
See Also