Inflates this RectangleD structure by the specified amount.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub Inflate ( _
	x As Double, _
	y As Double _
)
C#
public void Inflate(
	double x,
	double y
)
Visual C++
public:
void Inflate(
	double x, 
	double y
)
JavaScript
function inflate(x, y);

Parameters

x
Type: System..::..Double
The amount to inflate this RectangleD structure horizontally.
y
Type: System..::..Double
The amount to inflate this RectangleD structure vertically.

Return Value

This method does not return a value.

See Also