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 ( _
	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.

Return Value

This method does not return a value.

See Also