I am trying to do something I'm not supposed to do as usual...

I wanted to extend the Bitmap class, but it is 'sealed'.

What am I supposed to be inheriting from, if not the Bitmap class?

Code:
    class MyBitmap:Bitmap
    {
    }
Error 1 cannot derive from sealed type 'System.Drawing.Bitmap'