Table of Contents

Constructor Rect

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Rect(Point, Size)

Rectangle Constructor

public Rect(Point location, Size size)

Parameters

location Point
size Size

Remarks

Creates a Rectangle from Point and Size values.

Rect(int, int, int, int)

Rectangle Constructor

public Rect(int x, int y, int width, int height)

Parameters

x int
y int
width int
height int

Remarks

Creates a Rectangle from a specified x,y location and width and height values.