コード例 #1
0
ファイル: MapSource.cs プロジェクト: jeason0813/TomsToolbox
 public Image([NotNull] MapSource owner, [NotNull] IMapTile mapTile)
 {
     _owner   = owner;
     _mapTile = mapTile;
 }
コード例 #2
0
ファイル: MapSource.cs プロジェクト: tom-englert/TomsToolbox
 public Image(MapSource owner, IMapTile mapTile)
 {
     _owner = owner;
     _mapTile = mapTile;
 }