Table of Contents

Method Inflate

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Inflate(float, float)

Inflates this Rect by the specified amount.

public void Inflate(float x, float y)

Parameters

x float
y float

Inflate(SizeF)

Inflates this Rect by the specified amount.

public void Inflate(SizeF size)

Parameters

size SizeF

Inflate(RectangleF, float, float)

Creates a Rect that is inflated by the specified amount.

public static RectangleF Inflate(RectangleF rect, float x, float y)

Parameters

rect RectangleF
x float
y float

Returns

RectangleF