Table of Contents

Method IntersectsWith

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

IntersectsWith(IBounds)

Determines whether this rectangle intersects with another bounds object.

public bool IntersectsWith(IBounds other)

Parameters

other IBounds

The rectangle to test for intersection.

Returns

bool

true if the two rectangles overlap; otherwise, false.