Table of Contents

Method IsContainedIn

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

IsContainedIn(IBounds)

Determines whether this rectangle lies entirely inside the specified outer bounds.

public bool IsContainedIn(IBounds outer)

Parameters

outer IBounds

The candidate outer bounds that may contain this rectangle.

Returns

bool

true if this rectangle is fully contained within outer, including edges; otherwise, false.