Table of Contents

Method FromLTRB

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FromLTRB(float, float, float, float)

Creates a new RectangleF with the specified location and size.

public static RectangleF FromLTRB(float left, float top, float right, float bottom)

Parameters

left float
top float
right float
bottom float

Returns

RectangleF