Table of Contents

Method Contains

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Contains(float, float)

Determines if the specified point is contained within the rectangular region defined by this Rect .

public bool Contains(float x, float y)

Parameters

x float
y float

Returns

bool

Contains(PointF)

Determines if the specified point is contained within the rectangular region defined by this Rect .

public bool Contains(PointF pt)

Parameters

pt PointF

Returns

bool

Contains(RectangleF)

Determines if the rectangular region represented by rect is entirely contained within the rectangular region represented by this Rect .

public bool Contains(RectangleF rect)

Parameters

rect RectangleF

Returns

bool