Adjusts the location of this rectangle by the specified amount.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub Offset ( _ pos As PointD _ ) |
C# |
---|
public void Offset( PointD pos ) |
Visual C++ |
---|
public: void Offset( PointD pos ) |
JavaScript |
---|
function offset(pos); |
Parameters
- pos
- Type: EGIS.ShapeFileLib..::..PointD
The amount to offset the location.