BASS.NET API for the Un4seen BASS Audio Library

TagPictureSaveImageToFile Method

BASS.NET API for the Un4seen BASS Audio Library
Saves an Image to a given location in a given format (non-locking).

Namespace:  Un4seen.Bass.AddOn.Tags
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static bool SaveImageToFile(
	Image img,
	string filename,
	ImageFormat format
)

Parameters

img
Type: System.DrawingImage
The image to save.
filename
Type: SystemString
The filename and path of the file to save the image to.
format
Type: System.Drawing.ImagingImageFormat
Specifies the file format of the image.

Return Value

Type: Boolean
on success, else is returned.
See Also

Reference