Click or drag to resize

BitmapSave Method (String, ImageFormat)

Saves the bitmap to a file in the specified format

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

Parameters

fileName
Type: SystemString
File to save the bitmap to
format
Type: Eto.DrawingImageFormat
Format to save as
See Also