Method Inflate
Inflate(Rect, int, int)
Inflate Shared Method
public static Rect Inflate(Rect rect, int x, int y)
Parameters
Returns
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
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.