Creates an System.Drawing.Image from the specified data stream.
- stream
A System.IO.Stream that contains the data for this System.Drawing.Image.
![]()
The System.Drawing.Image this method creates.
You must keep the stream open for the lifetime of the System.Drawing.Image.
The stream is reset to zero if this method is called successively with the same stream.
The System.Drawing.Image class does not support alpha transparency in bitmaps. To enable alpha transparency, use PNG images with 32 bits per pixel.