Table of Contents

Method FromLTRB

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FromLTRB(int, int, int, int)

FromLTRB Shared Method

public static Rect FromLTRB(int left, int top, int right, int bottom)

Parameters

left int
top int
right int
bottom int

Returns

Rect

Remarks

Produces a Rectangle structure from left, top, right and bottom coordinates.