Function SceneTree.setScreenStretch

Configures screen stretching to the given stretchmode, stretchaspect, minimum size and shrink ratio.

void setScreenStretch (
  const(long) mode,
  const(long) aspect,
  const(Vector2) minsize,
  const(double) shrink = 1.00000
) nothrow @nogc;