I haven't used C# in awhile. So, to get back into it I am writing an application using CLEyeCamera API for the PS3 Eye Toy. The API returns a InteropBitmap. I want to display the image in a panel. I would normally do this by overriding the paint event and using e.Graphics.DrawImage();

What is the right way to go about displaying this in C#?