ESRI.ArcGIS.Mobile
ToMap(Int32,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class > ToMap Method : ToMap(Int32,Int32) Method

x
y
Converts the client screen coordinates (pixel) into map coordinates (map units).

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToMap( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Coordinate
C# 
public Coordinate ToMap( 
   int x,
   int y
)

Parameters

x
y

Return Value

A coordinate representing X and Y converted into map coordinates in current spatial reference.

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