Method Inflate
Inflate(float, float)
Inflates this Rect by the specified amount.
public void Inflate(float x, float y)
Parameters
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
RectangleFx
floaty
float