C# 클래스 ImageMagick.MagickImageCollection

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
ToBitmap ( ) : Bitmap

Converts this instance to a Bitmap using ImageFormat.Tiff.

ToBitmap ( ImageFormat imageFormat ) : Bitmap

Converts this instance to a Bitmap using the specified ImageFormat. Supported formats are: Gif, Icon, Tiff.

비공개 메소드들

메소드 설명
SetFormat ( ImageFormat format ) : void

메소드 상세

ToBitmap() 공개 메소드

Converts this instance to a Bitmap using ImageFormat.Tiff.
public ToBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

ToBitmap() 공개 메소드

Converts this instance to a Bitmap using the specified ImageFormat. Supported formats are: Gif, Icon, Tiff.
public ToBitmap ( ImageFormat imageFormat ) : Bitmap
imageFormat System.Drawing.Imaging.ImageFormat The image format.
리턴 System.Drawing.Bitmap