我正在Windows phone7.1上进行开发,但是找不到System.Drawing,例如在下面的代码中
public static System.Drawing.Bitmap sfondo_panorama
{
get
{
object obj = ResourceManager.GetObject("sfondo_panorama", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}发布于 2013-03-08 22:14:29
我不认为WP7中提供了System.Drawing,我也不太清楚您想要做什么,但可以试试System.Windows.Media和System.Windows.Media.Imaging。
https://stackoverflow.com/questions/15295845
复制相似问题