摘要: Stream stream = new MemoryStream(data); BinaryReader r = new BinaryReader(stream); int iRawImageWidth = r.ReadInt32();//读取图像的宽度 int iRawImageHeight = r... 阅读全文
posted @ 2018-09-26 10:26 风影我爱罗 阅读(3293) 评论(0) 推荐(0)