コード例 #1
0
 public void RemoveResolution()
 {
     if (Resolutions.Remove())
     {
         IsDirty = true;
     }
 }
コード例 #2
0
ファイル: BingSchema.cs プロジェクト: andrepraska/andre
 public BingSchema()
 {
     Format = "jpg";
     Name   = "BingMaps";
     Resolutions.Remove("0"); //Bing does not have the single tile top level.
 }