Function VisualServerSingleton.blackBarsSetMargins
Sets margin size, where black bars (or images, if blackBarsSetImages
was used) are rendered.
void blackBarsSetMargins
(
const(long) left,
const(long) top,
const(long) right,
const(long) bottom
) nothrow @nogc;