标签: windows-phone-7 xna
喜 我从optionMenuScreen获得了一个bitmapImage,并希望在GamePlayScreen中使用它。 我必须将其转换为texture2d吗? 怎么样?请举个例子...... 在什么课堂? 如何更改位图大小或在纹理后更改它? 感谢
答案 0 :(得分:1)
由于PhotoResult.ChosenPhoto是一个流,我会尝试使用Texture2D.FromStream(msdn)
PhotoResult.ChosenPhoto
Texture2D.FromStream
手机不支持System.Drawing。