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