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

point
Map coordinate.
adjustForWrapAround
if set to true the conversion will adjust for wrap around if the map is in this mode.
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, _
   ByVal adjustForWrapAround As Boolean _
) As Point
C# 
public Point MapToScreen( 
   MapPoint point,
   bool adjustForWrapAround
)

Parameters

point
Map coordinate.
adjustForWrapAround
if set to true the conversion will adjust for wrap around if the map is in this mode.

Return Value

Screen coordinate

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.