Inflates this RectangleD by the specified amount.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Inflate ( _ size As SizeD _ ) |
| C# |
|---|
public void Inflate( SizeD size ) |
| Visual C++ |
|---|
public: void Inflate( SizeD size ) |
Parameters
- size
- Type: EGIS.ShapeFileLib..::.SizeD
The amount to inflate this rectangle.