new Vector2D(screenWidth - screenLeft, screenHeight - screenUp));
Polygon2D bound = visibleBox.toPol2D();
bound.scale(Vector2D.NULL_VECTOR, new Vector2D(globalScale, globalScale));
bound.translate(midTranslation);
g.setColor(Color.red);
g.drawPolygon(border.toPol());
if (this.pars.getParValueBoolean("PaintPinkBoundingBox?")) {
g.setColor(Color.pink);
g.drawPolygon(bound.toPol());
g.drawString(