Table of Contents

Method Intersect

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

Intersect(IBounds)

Returns the intersection of this rectangle and another bounds object.

public Rectangle Intersect(IBounds other)

Parameters

other IBounds

The bounds object to intersect with.

Returns

Rectangle

A new Rectangle representing the overlapping region of the two rectangles, or Empty if they do not intersect.