Click or drag to resize

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
)

Parameters

stream
Type: System.IOStream
Stream to load from the bitmap
See Also