Adjusts the location of this rectangle by the specified amount.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
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
) |
JavaScript |
---|
function offset(x, y); |
Parameters
- x
- Type: System..::..Double
The amount to offset the location horizontally.
- y
- Type: System..::..Double
The amount to offset the location vertically.
Return Value
This method does not return a value.
See Also