picture-stream-picture

Dim img As Image = pb1.Image Dim mstream As IO.MemoryStream = New IO.MemoryStream() img.Save(mstream, System.Drawing.Imaging.ImageFormat.Bmp) Dim buffer() As Byte = New Byte(mstream.Length) {} mstream.Position = 0 mstream.Read(buffer, 0, buffer.L...
小问题 | 2008-06-19 16:49 | 阅读 3023 次 | 评论 0 条
浏览67917次