Click or drag to resize

BitmapSave 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
public void Save(
	Stream stream,
	ImageFormat format
)

Parameters

stream
Type: System.IOStream
Stream to save the bitmap to
format
Type: Eto.DrawingImageFormat
Format to save as
See Also