bool boxRgba(math.Rectangle<double> rect, int r, int g, int b, int a) { return gfx.boxRgba( this, rect.left, rect.top, rect.right, rect.bottom, r, g, b, a); }