Click or drag to resize

ImageFormat Enumeration

Format of the image to use when saving, loading, etc.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum ImageFormat
Members
  Member nameValueDescription
Jpeg0 Jpeg format
Bitmap1 Windows BMP format
Tiff2 Tiff format
Png3 Portable Network Graphics format
Gif4 Graphics Interchange Format
Remarks
The format is typically used only when saving via Save
See Also