Converts a point on the screen into the equivalent map location.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public Point ConvertToMapPoint(
	Point screenPoint
)
Visual Basic (Declaration)
Public Function ConvertToMapPoint ( _
	screenPoint As Point _
) As Point

Parameters

screenPoint
Type: System.Drawing..::.Point
The screen point to be converted, coordinates are in pixel units.

Return Value

The converted screen point, coordinates are in map units.

Remarks

Use this method to convert a point in screen units (pixel) into an equivalent map location. In order to perform a successful conversion you must supply a screen point that is within the bounds of the map window in the ArcGIS Explorer application.

See Also

Relate Topics:
  BeginTrackPoint Method
  BeginTrackPolygon Method
  BeginTrackPolyline Method
  BeginTrackVector Method
  CancelTracking Method
  ConvertAltitudeToMapScale Method
  ConvertMapScaleToAltitude Method
  ConvertMapScaleToZoomLevel Method
  ConvertToScreenPoint Method
  ConvertZoomLevelToMapScale Method
  GetBitmap Method
  GetSurfaceElevation Method
  GetViewpoint Method
  HidePopups Method
  ResetRotation Method
  ResetTilt Method
  Rotate Method
  RotateTo Method
  SuspendDisplay Method
  Tilt Method
  TiltTo Method
  TrackPoint Method
  TrackPolygon Method
  TrackPolyline Method
  TrackVector Method
  ZoomTo Method
  ZoomToFullExtent Method
  ZoomToMapScale Method
Created by Atop CHM to web converter,© 2009 all right reserved.