Bitmap Constructor (Stream) |
Initializes a new instance of a Bitmap from a stream
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Bitmap(
Stream stream
)
Public Sub New (
stream As Stream
)
new :
stream : Stream -> Bitmap
Parameters
- stream
- Type: System.IOStream
Stream to load from the bitmap
See Also