Example #1
0
 public OverviewContainer(RectangleF pos, RectangleF ovExtent, RectangleF mapExtent)
 {
     this.ovMap_ = new OverviewMap(ovExtent, mapExtent);
     this.Position = pos;
     this.OvExtent = ovExtent;
 }
Example #2
0
 public OverviewContainer(RectangleF pos, RectangleF ovExtent, RectangleF mapExtent)
 {
     this.ovMap_   = new OverviewMap(ovExtent, mapExtent);
     this.Position = pos;
     this.OvExtent = ovExtent;
 }