ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ToMapPoint(LayoutImageDataFrameInfo,IMapDescription,Point) Method
See Also 
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 LayoutImageDataFrameInfo, _
   ByVal mapDesc As IMapDescription, _
   ByVal point As Point _
) As IPoint
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As LayoutImageDataFrameInfo
Dim mapDesc As IMapDescription
Dim point As Point
Dim value As IPoint
 
value = instance.ToMapPoint(map, mapDesc, point)
C# 
public IPoint ToMapPoint( 
   LayoutImageDataFrameInfo map,
   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

See Also

© 2010 All Rights Reserved.