ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToMapPoint(LayoutImageDataFrameInfo,IMapDescription,Point) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > ToMapPoint Method : ToMapPoint(LayoutImageDataFrameInfo,IMapDescription,Point) Method




map
LayoutImageDataFrameInfo of the map.
mapDesc
If mapDesc is null, it will be retrieved from the Map Server.
point
Point in screen coordinates.
Gets a point in map coordinates by passing in the point's screen coordinates.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToMapPoint( _
   ByVal map As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo, _
   ByVal mapDesc As ESRI.ArcGIS.Carto.IMapDescription, _
   ByVal point As Point _
) As ESRI.ArcGIS.Geometry.IPoint
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo
Dim mapDesc As ESRI.ArcGIS.Carto.IMapDescription
Dim point As Point
Dim value As ESRI.ArcGIS.Geometry.IPoint
 
value = instance.ToMapPoint(map, mapDesc, point)
C# 
public ESRI.ArcGIS.Geometry.IPoint ToMapPoint( 
   ESRI.ArcGIS.ADF.Web.LayoutImageDataFrameInfo map,
   ESRI.ArcGIS.Carto.IMapDescription mapDesc,
   Point point
)

Parameters

map
LayoutImageDataFrameInfo of the map.
mapDesc
If mapDesc is null, it will be retrieved from the Map Server.
point
Point in screen coordinates.

Return Value

Point in map coordinates

Requirements

Target 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

© 2011 All Rights Reserved.