Method Inflate | Terminal.Gui v1 (original) (raw)
Namespace
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