Table of Contents

Method Contains

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Contains(in Rectangle, in Point)

Gets whether the specified coordinates lie within the thickness (inside the bounding rectangle but outside the rectangle described by GetInside(Rectangle).

public bool Contains(in Rectangle outside, in Point location)

Parameters

outside Rectangle

Describes the location and size of the rectangle that contains the thickness.

location Point

The coordinate to check.

Returns

bool

true if the specified coordinate is within the thickness; false otherwise.