Converts a point relative to the corner of the map window in pixel units into map units.

Namespace:  ESRI.ADF.UI
 

Syntax

function toMapPoint (
	viewOffsetX : Number, 
	viewOffsetY : Number
) : Point

Parameters

viewOffsetX
Type: [T:J#Number]
Screen offset in pixels left of the upper left side of the map window.
viewOffsetY
Type: [T:J#Number]
Screen offset in pixels below the upper side of the map window.

Return Value

Point in map units.

See Also