Inflate Method
Inflate(Int32Rect, Int32, Int32)
Creates a Int32Rect that is inflated by the specified amount.
Declaration
public static Int32Rect Inflate(Int32Rect rect, int x, int y)
Parameters
Type |
Name |
Description |
Int32Rect |
rect |
|
System.Int32 |
x |
|
System.Int32 |
y |
|
Returns
Inflate(Int32, Int32)
Inflates this Int32Rect by the specified amount.
Declaration
public void Inflate(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
Inflate(Int32Size)
Inflates this Int32Rect by the specified amount.
Declaration
public void Inflate(Int32Size size)
Parameters