If I understand you correctly, you might to clip some image to another.
You should try using Polygon2D for your background. It accepts a texture, and it has offsets you can manipulate to move that texture around.
You can then draw the polygon around the other area, and the texture will be confined within that.