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

screenDistance
Integer value representing screen distance.
Converts screen distance (pixels) into the corresponding distance in map space (map units).

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToMap( _
   ByVal screenDistance As Integer _
) As Double
C# 
public double ToMap( 
   int screenDistance
)

Parameters

screenDistance
Integer value representing screen distance.

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