System.Drawing不存在

我正在Windows Phone 7.1上开发,但无法找到System.Drawing,例如在此代码中

public static System.Drawing.Bitmap sfondo_panorama { get { object obj = ResourceManager.GetObject("sfondo_panorama", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } 

我不认为WP7中的System.Drawing可用,我不确定你要做什么但是尝试System.Windows.MediaSystem.Windows.Media.Imaging