示例#1
0
 public Image([NotNull] MapSource owner, [NotNull] IMapTile mapTile)
 {
     _owner   = owner;
     _mapTile = mapTile;
 }
示例#2
0
 public Image(MapSource owner, IMapTile mapTile)
 {
     _owner = owner;
     _mapTile = mapTile;
 }