Description
Creates a new System.Drawing.Bitmap from the provided stream.
Visual Basic
Public static Function Bitmap( stream As Stream ) As System.Drawing.Bitmap
C#
public static System.Drawing.Bitmap Bitmap( Stream stream );
Parameters
| Parameters | Description |
|---|---|
| Stream stream | The data stream used to load the image. |
Returns
The created System.Drawing.Bitmap.