BASS.NET API for the Un4seen BASS Audio Library

TagPicture Constructor (Image, TagPicturePICTURE_TYPE, String)

BASS.NET API for the Un4seen BASS Audio Library
Creates a picture tag from the given values.

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

public TagPicture(
	Image image,
	TagPicturePICTURE_TYPE pictureType,
	string description
)

Parameters

image
Type: System.DrawingImage
The image to add as a new picture.
pictureType
Type: Un4seen.Bass.AddOn.TagsTagPicturePICTURE_TYPE
The PICTURE_TYPE.
description
Type: SystemString
The description of the picture.
Remarks

The PictureStorage will be set to Internal.
See Also

Reference