BitmapIHandlerCreate Method (Stream) |
Create a bitmap from a specified stream
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
Stream stream
)
Sub Create (
stream As Stream
)
abstract Create :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
Stream to load from the bitmap
See Also