예제 #1
0
파일: Map.cs 프로젝트: robitar/scriptsharp
 public MapLocation[] TryPixelsToLocations(MapPoint[] points, MapPointReference pointReference)
 {
     return null;
 }
예제 #2
0
파일: Map.cs 프로젝트: robitar/scriptsharp
 public MapLocation TryPixelToLocation(MapPoint p, MapPointReference pointReference)
 {
     return null;
 }
예제 #3
0
파일: Map.cs 프로젝트: robitar/scriptsharp
 public MapPoint[] TryLocationsToPixels(MapLocation[] locations, MapPointReference pointReference)
 {
     return null;
 }
예제 #4
0
파일: Map.cs 프로젝트: robitar/scriptsharp
 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; }