zero constant

PrinterSize const zero

An empty size, one with a zero width and a zero height.

Implementation

static const PrinterSize zero = PrinterSize(0.0, 0.0);