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

screenPoint
System.Drawing.Point
Converts a client screen Point (pixels) into a coordinate in map space (map units).

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToMap( _
   ByVal screenPoint As Point _
) As Coordinate
C# 
public Coordinate ToMap( 
   Point screenPoint
)

Parameters

screenPoint
System.Drawing.Point

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