Adjusts the location of this rectangle by the specified amount.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Offset ( _ x As Double, _ y As Double _ ) |
| C# |
|---|
public void Offset( double x, double y ) |
| Visual C++ |
|---|
public: void Offset( double x, double y ) |
Parameters
- x
- Type: System..::.Double
The amount to offset the location horizontally.
- y
- Type: System..::.Double
The amount to offset the location vertically.