Click or drag to resize
RectangleFUnion 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 RectangleF Union(
	RectangleF other
)

Parameters

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

Return Value

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