This question already has an answer here:
Closed 6 years ago.
I am developing on Windows Phone 7.1 and can not find System.Drawing, for example in this code
public static System.Drawing.Bitmap sfondo_panorama
{
get
{
object obj = ResourceManager.GetObject("sfondo_panorama", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}