BASS.NET API for the Un4seen BASS Audio Library

TagPictureLoadImageFromFile Method

BASS.NET API for the Un4seen BASS Audio Library
Creates an Image from the specified file (non locking).

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

public static Image LoadImageFromFile(
	string filename
)

Parameters

filename
Type: SystemString
A string that contains the name of the file from which to create the Image.

Return Value

Type: Image
The Image on success or on error.
See Also

Reference