ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
FromMapPoint(LayoutImageDataFrameInfo,IMapDescription,IPoint) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > FromMapPoint Method : FromMapPoint(LayoutImageDataFrameInfo,IMapDescription,IPoint) Method




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

Syntax

Visual Basic (Declaration) 
Public Overloads Function FromMapPoint( _
   ByVal map As LayoutImageDataFrameInfo, _
   ByVal mapDesc As IMapDescription, _
   ByVal point As IPoint _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As WebPageLayout
Dim map As LayoutImageDataFrameInfo
Dim mapDesc As IMapDescription
Dim point As IPoint
Dim value As Point
 
value = instance.FromMapPoint(map, mapDesc, point)
C# 
public Point FromMapPoint( 
   LayoutImageDataFrameInfo map,
   IMapDescription mapDesc,
   IPoint point
)

Parameters

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

Return Value

Point in screen coordinates.

See Also

© 2010 All Rights Reserved.