Click or drag to resize

Bitmap.IHandler.Save Method (Stream, ImageFormat)

Saves the bitmap to a stream in the specified format

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Save(
	Stream stream,
	ImageFormat format
)

Parameters

stream
Type: System.IO.Stream
Stream to save the bitmap to
format
Type: Eto.Drawing.ImageFormat
Format to save as
See Also