'Declaration Public Overloads Shared Function Inflate( _
ByVal rectangleThe VintasoftRect to be copied. This rectangle is not modified.As VintasoftRect, _
ByVal xThe amount to inflate the copy of the rectangle horizontally.As Double, _
ByVal yThe amount to inflate the copy of the rectangle vertically.As Double _
) As VintasoftRect
public static VintasoftRect Inflate(
VintasoftRect rectangle,
double x,
double y
)
public: static VintasoftRect Inflate(
VintasoftRect rectangle,
double x,
double y
)
public:
static VintasoftRect Inflate(
VintasoftRect rectangle,
double x,
double y
)
Parameters
- rectangle
 - The VintasoftRect 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 VintasoftRect.