Pointer<RectangleC> set(num x, num y, num width, num height) { ref.set(x, y, width, height); return this; }