메소드 | 설명 | |
---|---|---|
GetThumbnail ( |
||
GetThumbnail ( string key, DlnaMediaTypes type, Stream stream, int width, int height ) : IThumbnail |
메소드 | 설명 | |
---|---|---|
BuildThumbnailers ( ) : List |
||
GetThumbnailFromCache ( string &key, int &width, int &height, byte &rv ) : bool | ||
GetThumbnailInternal ( string key, object item, DlnaMediaTypes type, int &width, int &height ) : byte[] | ||
ResizeImage ( Image image, int width, int height, ThumbnailMakerBorder border ) : Image |
public GetThumbnail ( |
||
file | ||
width | int | |
height | int | |
리턴 | IThumbnail |
public GetThumbnail ( string key, DlnaMediaTypes type, Stream stream, int width, int height ) : IThumbnail | ||
key | string | |
type | DlnaMediaTypes | |
stream | Stream | |
width | int | |
height | int | |
리턴 | IThumbnail |