111,094
社区成员




FileStream str = new FileStream(c:\\1.bmp, FileMode.Open, FileAccess.Read);
BinaryReader br = new BinaryReader(str);
strbuf= br.ReadBytes((int)str.Length);
bitmap.RotateFlip(RotateFlipType.RotateNoneFlipY);