/** Translate the region in window to screen. */
 public void translateRegionInWindowToScreen(Region transparentRegion) {
   transparentRegion.scale(applicationScale);
 }