There is no Silverlight System.Drawing.Bitmap.
If you are requesting a comparison between this in the .NET platform and WritableBitmapin Silverlight, the differences are huge. WritableBitmapIt is a simple representation of a raster image with very few constructors or manipulation tools. Most of what you can do with Bitmap, you need to implement yourself using an array Pixels.
source
share