Converts a map location into the equivalent screen point.

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

Syntax

C#
public Point ConvertToScreenPoint(
	Point mapPoint
)
Visual Basic (Declaration)
Public Function ConvertToScreenPoint ( _
	mapPoint As Point _
) As Point

Parameters

mapPoint
Type: ESRI.ArcGISExplorer.Geometry..::.Point
The map point to be converted, coordinates are in map units.

Return Value

The converted map point, coordinates are in pixel units.

Remarks

Use this method to convert a point in map units into an equivalent screen location (in pixel units). In order to perform a successful conversion you must supply a point that is visible on the map.

See Also

Relate Topics:
  BeginTrackPoint Method
  BeginTrackPolygon Method
  BeginTrackPolyline Method
  BeginTrackVector Method
  CancelTracking Method
  ConvertAltitudeToMapScale Method
  ConvertMapScaleToAltitude Method
  ConvertMapScaleToZoomLevel Method
  ConvertToMapPoint 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.