Inflates this RectangleD structure by the specified amount.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
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 ) |
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.