ESRI.ArcGIS.Mobile
OffsetBackgroundImage Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : OffsetBackgroundImage Method

xOffset
x-coordinate offset of the upper left hand corner of the image.
yOffset
y-coordinate offset of the upper left hand corner of the image.
Draws the background map image to the screen at the specified location.

Syntax

Visual Basic (Declaration) 
Public Sub OffsetBackgroundImage( _
   ByVal xOffset As Integer, _
   ByVal yOffset As Integer _
) 
C# 
public void OffsetBackgroundImage( 
   int xOffset,
   int yOffset
)

Parameters

xOffset
x-coordinate offset of the upper left hand corner of the image.
yOffset
y-coordinate offset of the upper left hand corner of the image.

Requirements

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