BitmapIHandlerSave 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
)
Sub Save (
stream As Stream,
format As ImageFormat
)
abstract Save :
stream : Stream *
format : ImageFormat -> unit
Parameters
- stream
- Type: System.IOStream
Stream to save the bitmap to - format
- Type: Eto.DrawingImageFormat
Format to save as
See Also