public MiniMapViewController(Canvas lookupCanvas, Rectangle lookupWindowRectangle, Grid contentGrid) { this.lookupWindow = new LookupWindow(this, lookupWindowRectangle); this.lookupCanvas = lookupCanvas; this.contentGrid = contentGrid; }