Converts a screen location to a map coordinate.
[Visual Basic 6.0] Function ToMapPoints(
ByVal MapDescription As IMapDescription, _
ByVal mapDisplay As IImageDisplay, _
ByVal screenXValues As ILongArray, _
ByVal screenYValues As ILongArray _
) As IPointCollection
[Visual Basic .NET] Public Function ToMapPoints ( _ ByVal MapDescription As IMapDescription, _ ByVal mapDisplay As IImageDisplay, _ ByVal screenXValues As ILongArray, _ ByVal screenYValues As ILongArray _ ) As IPointCollection
[C#] public IPointCollection ToMapPoints ( IMapDescription MapDescription, IImageDisplay mapDisplay, ILongArray screenXValues, ILongArray screenYValues );
[Java] public IPointCollection toMapPoints ( IMapDescription MapDescription, IImageDisplay mapDisplay, ILongArray screenXValues, ILongArray screenYValues ) throws IOException, AutomationException
[C++] HRESULT ToMapPoints( IMapDescription* MapDescription, IImageDisplay* mapDisplay, ILongArray* screenXValues, ILongArray* screenYValues, IPointCollection** mapPoints );
Parameters
MapDescription [in]
MapDescription is a parameter of type IMapDescription
mapDisplay [in]
mapDisplay is a parameter of type IImageDisplay
screenXValues [in]
screenXValues is a parameter of type ILongArray
screenYValues [in]
screenYValues is a parameter of type ILongArray
mapPoints [out, retval]
mapPoints is a parameter of type IPointCollection