Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我开始将我的 C# 桌面应用程序移植到 Windows Phone 7.5。
在我的应用程序中,我进行图像处理。我需要使用BitmapData、和LockBits,但它们似乎不适用于 Windows Phone。什么是等价物?UnlockBitsScan0.ToPointer()
BitmapData
LockBits
UnlockBits
Scan0.ToPointer()
手机支持紧凑型框架——“紧凑型”意味着并非完整框架中的所有内容都可用。
对于手机上的图像处理,我建议您查看 nuget 和 codeplex 上的 writablebitmapex 和 imagetools 库。