public void SetPositionAndSize(int x, int y, int sizeX, int sizeY) { rect.SetPositionAndSize(x, y, sizeX, sizeY); }