Пример #1
0
 public MapLocation[] TryPixelsToLocations(MapPoint[] points, MapPointReference pointReference)
 {
     return null;
 }
Пример #2
0
 public MapLocation TryPixelToLocation(MapPoint p, MapPointReference pointReference)
 {
     return null;
 }
Пример #3
0
 public MapPoint[] TryLocationsToPixels(MapLocation[] locations, MapPointReference pointReference)
 {
     return null;
 }
Пример #4
0
 public MapPoint TryLocationToPixel(MapLocation location, MapPointReference pointReference)
 {
     return null;
 }
Пример #5
0
 public MapLocation TryPixelToLocation(MapPoint p, MapPointReference pointReference)
 {
     return(null);
 }
Пример #6
0
 public MapLocation[] TryPixelsToLocations(MapPoint[] points, MapPointReference pointReference)
 {
     return(null);
 }
Пример #7
0
 public MapPoint[] TryLocationsToPixels(MapLocation[] locations, MapPointReference pointReference)
 {
     return(null);
 }
Пример #8
0
 public MapPoint TryLocationToPixel(MapLocation location, MapPointReference pointReference)
 {
     return(null);
 }
Пример #9
0
 public MapPoint[] TryLocationToPixel(MapLocation[] locations, MapPointReference pointReference) { return null; }
Пример #10
0
 public List<MapLocation> TryPixelToLocation(List<MapPoint> points, MapPointReference pointReference) { return null; }
Пример #11
0
 public MapLocation[] TryPixelToLocation(MapPoint[] points, MapPointReference pointReference) { return null; }