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

mapCoordinate
Converts the map coordinate (map units) into a Point in client screen space (pixels).

Syntax

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

Parameters

mapCoordinate

Return Value

System.Drawing.Point

Exceptions

ExceptionDescription
ArgumentNullExceptionNull map coordinate.

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