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