C# 클래스 MPlayer.TagLib_Sharp.PictureTag

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 프로퍼티들

프로퍼티 타입 설명
AlbumArt System.Drawing.Image
Type string

공개 메소드들

메소드 설명
GetPictureExt ( ) : string

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

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

메소드 상세

GetPictureExt() 공개 메소드

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

PictureTag() 공개 메소드

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

프로퍼티 상세

AlbumArt 공개적으로 프로퍼티

public Image,System.Drawing AlbumArt
리턴 System.Drawing.Image

Type 공개적으로 프로퍼티

public string Type
리턴 string