コード例 #1
0
ファイル: OverviewContainer.cs プロジェクト: rollend/LevelUp
 public OverviewContainer(RectangleF pos, RectangleF ovExtent, RectangleF mapExtent)
 {
     this.ovMap_ = new OverviewMap(ovExtent, mapExtent);
     this.Position = pos;
     this.OvExtent = ovExtent;
 }
コード例 #2
0
 public OverviewContainer(RectangleF pos, RectangleF ovExtent, RectangleF mapExtent)
 {
     this.ovMap_   = new OverviewMap(ovExtent, mapExtent);
     this.Position = pos;
     this.OvExtent = ovExtent;
 }