public LatLong[] ConvertToLatLong(PixelCoord[] pixels, MapView view, int width, int height) { object[] results = this.Invoke("ConvertToLatLong", new object[] { pixels, view, width, height}); return ((LatLong[])(results[0])); }
/// <remarks/> public System.IAsyncResult BeginConvertToLatLong(PixelCoord[] pixels, MapView view, int width, int height, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ConvertToLatLong", new object[] { pixels, view, width, height}, callback, asyncState); }