ArcGIS API for Silverlight - Library Reference
MapToScreen(MapPoint) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class > MapToScreen Method : MapToScreen(MapPoint) Method

point
Map coordinate.
Converts map coordinates to screen coordinates relative to the upper left of the map control.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MapToScreen( _
   ByVal point As MapPoint _
) As Point
C# 
public Point MapToScreen( 
   MapPoint point
)

Parameters

point
Map coordinate.

Return Value

Screen coordinate

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.