I created a bitmap object and used it to draw a 2D terrain programatically. Then I also added a picturebox control to display an image near the terrain.

However, the picturebox control is blocking out part of the bitmap.

How do I make the bitmap "cover" part of the picturebox control instead?
Is there a "layers" method which the form can use to draw one bitmap over another control?