Function VisualServerSingleton.viewportSetSize

Sets the viewport's width and height.

void viewportSetSize (
  const(RID) viewport,
  const(long) width,
  const(long) height
) nothrow @nogc;