コード例 #1
0
 public Camera(Size mapSize, IWithCanvasSize renderer, Location location)
     : this(mapSize, renderer)
 {
     this.Location     = location;
     this.RealLocation = location;
 }
コード例 #2
0
 public Camera(Size mapSize, IWithCanvasSize renderer)
 {
     this.MapSize  = mapSize;
     this.renderer = renderer;
 }