C# 클래스 MPTagThat.Core.Common.Picture

파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
ImageFromData ( byte data ) : Image

Creates an Image from a Taglib Byte structure

ImageToByte ( Image img ) : byte[]

Returns the Byte array from an image to be used in Taglib.Picture

Picture ( ) : System

Standard ctor

Picture ( string fileName ) : System

Create a Picture out of the given filename

Resize ( int width ) : void

메소드 상세

ImageFromData() 공개 정적인 메소드

Creates an Image from a Taglib Byte structure
public static ImageFromData ( byte data ) : Image
data byte
리턴 Image

ImageToByte() 공개 정적인 메소드

Returns the Byte array from an image to be used in Taglib.Picture
public static ImageToByte ( Image img ) : byte[]
img Image
리턴 byte[]

Picture() 공개 메소드

Standard ctor
public Picture ( ) : System
리턴 System

Picture() 공개 메소드

Create a Picture out of the given filename
public Picture ( string fileName ) : System
fileName string
리턴 System

Resize() 공개 메소드

public Resize ( int width ) : void
width int
리턴 void