0

我正在 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));
    }
}
4

1 回答 1

1

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

于 2013-03-08T14:14:28.900 回答