Table of Contents

Method Inflate

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Inflate(Rect, int, int)

Inflate Shared Method

public static Rect Inflate(Rect rect, int x, int y)

Parameters

rect Rect
x int
y int

Returns

Rect

Remarks

Produces a new Rectangle by inflating an existing Rectangle by the specified coordinate values.

Inflate(int, int)

Inflate Method

public void Inflate(int width, int height)

Parameters

width int
height int

Remarks

Inflates the Rectangle by a specified width and height.

Inflate(Size)

Inflate Method

public void Inflate(Size size)

Parameters

size Size

Remarks

Inflates the Rectangle by a specified Size.