C# 클래스 Randao.Core.Extensions.ThumbnailImage

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

공개 메소드들

메소드 설명
GetImageSzie ( Image originalImage ) : ImageSize
GetImageSzie ( Stream str ) : ImageSize
GetImageSzie ( System postfile ) : ImageSize
GetThumbnailImage ( Image originalImage, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( Stream str, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( System postfile, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( string dir, string filename, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize

메소드 상세

GetImageSzie() 공개 정적인 메소드

public static GetImageSzie ( Image originalImage ) : ImageSize
originalImage System.Drawing.Image
리턴 ImageSize

GetImageSzie() 공개 정적인 메소드

public static GetImageSzie ( Stream str ) : ImageSize
str System.IO.Stream
리턴 ImageSize

GetImageSzie() 공개 정적인 메소드

public static GetImageSzie ( System postfile ) : ImageSize
postfile System
리턴 ImageSize

GetThumbnailImage() 공개 정적인 메소드

public static GetThumbnailImage ( Image originalImage, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
originalImage System.Drawing.Image
outname string
width float
height float
Thumbnailmode Thumbnail
리턴 ImageSize

GetThumbnailImage() 공개 정적인 메소드

public static GetThumbnailImage ( Stream str, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
str System.IO.Stream
outname string
width float
height float
Thumbnailmode Thumbnail
리턴 ImageSize

GetThumbnailImage() 공개 정적인 메소드

public static GetThumbnailImage ( System postfile, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
postfile System
outname string
width float
height float
Thumbnailmode Thumbnail
리턴 ImageSize

GetThumbnailImage() 공개 정적인 메소드

public static GetThumbnailImage ( string dir, string filename, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
dir string
filename string
outname string
width float
height float
Thumbnailmode Thumbnail
리턴 ImageSize