Exemplo n.º 1
0
 public static bool HasMapSwf(MapInfo map)
 {
     return(ExistsAssembly && MapResourcePrivate.HasMapSwf(map));
 }
Exemplo n.º 2
0
 public static IDictionary <int, Point> GetMapCellPoints(MapInfo map)
 {
     return(ExistsAssembly ? MapResourcePrivate.GetMapCellPoints(map) : new Dictionary <int, Point>());
 }
Exemplo n.º 3
0
 public static IEnumerable <Point> GetMapFlags(MapInfo map)
 {
     return(ExistsAssembly ? MapResourcePrivate.GetMapFlags(map) : new Point[0]);
 }
Exemplo n.º 4
0
 public static BitmapSource[] GetMapImages(MapInfo map)
 {
     return(ExistsAssembly ? MapResourcePrivate.GetMapImages(map) : null);
 }