Table of Contents

Method Intersect

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Intersect(RectangleF)

Creates a Rectangle that represents the intersection between this Rectangle and rect.

public void Intersect(RectangleF rect)

Parameters

rect RectangleF

Intersect(RectangleF, RectangleF)

Creates a rectangle that represents the intersection between a and b. If there is no intersection, an empty rectangle is returned.

public static RectangleF Intersect(RectangleF a, RectangleF b)

Parameters

a RectangleF
b RectangleF

Returns

RectangleF