C# Class MPlayer.TagLib_Sharp.PictureTag

Mostrar archivo Open project: godly-devotion/Baka-MPlayer-old

Public Properties

Property Type Description
AlbumArt System.Drawing.Image
Type string

Public Methods

Method Description
GetPictureExt ( ) : string

Gets the file extension for the album picture (excluding the period)

PictureTag ( Image albumArt, string type ) : System.Drawing

Method Details

GetPictureExt() public method

Gets the file extension for the album picture (excluding the period)
public GetPictureExt ( ) : string
return string

PictureTag() public method

public PictureTag ( Image albumArt, string type ) : System.Drawing
albumArt System.Drawing.Image
type string
return System.Drawing

Property Details

AlbumArt public_oe property

public Image,System.Drawing AlbumArt
return System.Drawing.Image

Type public_oe property

public string Type
return string