Table of Contents

Method Union

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Union(IBounds)

Returns the smallest rectangle that contains both this rectangle and another bounds object.

public Rectangle Union(IBounds other)

Parameters

other IBounds

The bounds object to combine with.

Returns

Rectangle

A new Rectangle representing the union of the two rectangles.