ESRI.ArcGIS.Mobile
Offset Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class : Offset Method

deltaX
The amount to move horizontally.
deltaY
The amount to move vertically.
Moves the envelope relative to its current position in both X and Y directions.

Syntax

Visual Basic (Declaration) 
Public Function Offset( _
   ByVal deltaX As Double, _
   ByVal deltaY As Double _
) As Envelope
C# 
public Envelope Offset( 
   double deltaX,
   double deltaY
)

Parameters

deltaX
The amount to move horizontally.
deltaY
The amount to move vertically.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.