'Declaration Public Overloads Shared Function Inflate( _
ByVal rectangleThe VintasoftRectI to be copied. This rectangle is not modified.As VintasoftRectI, _
ByVal xThe amount to inflate the copy of the rectangle horizontally.As Integer, _
ByVal yThe amount to inflate the copy of the rectangle vertically.As Integer _
) As VintasoftRectI
public static VintasoftRectI Inflate(
VintasoftRectI rectangle,
int x,
int y
)
public: static VintasoftRectI Inflate(
VintasoftRectI rectangle,
int x,
int y
)
public:
static VintasoftRectI Inflate(
VintasoftRectI rectangle,
int x,
int y
)
Parameters
- rectangle
 - The VintasoftRectI to be copied. This rectangle is not modified.
 - x
 - The amount to inflate the copy of the rectangle horizontally.
 - y
 - The amount to inflate the copy of the rectangle vertically.
 
Return Value
The inflated VintasoftRectI.