C# 클래스 ImageMagick.MagickImage

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

공개 메소드들

메소드 설명
MagickImage ( Bitmap bitmap ) : System

Initializes a new instance of the MagickImage class.

Read ( Bitmap bitmap ) : void

Read single image frame.

ToBitmap ( ) : Bitmap

Converts this instance to a Bitmap using ImageFormat.Bmp.

ToBitmap ( ImageFormat imageFormat ) : Bitmap

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

ToBitmapSource ( ) : BitmapSource

Converts this instance to a BitmapSource.

비공개 메소드들

메소드 설명
GetInstance ( MagickImage instance ) : IntPtr
IsSupportedImageFormat ( ImageFormat format ) : bool

메소드 상세

MagickImage() 공개 메소드

Initializes a new instance of the MagickImage class.
Thrown when an error is raised by ImageMagick.
public MagickImage ( Bitmap bitmap ) : System
bitmap Bitmap The bitmap to use.
리턴 System

Read() 공개 메소드

Read single image frame.
Thrown when an error is raised by ImageMagick.
public Read ( Bitmap bitmap ) : void
bitmap Bitmap The bitmap to read the image from.
리턴 void

ToBitmap() 공개 메소드

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

ToBitmap() 공개 메소드

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

ToBitmapSource() 공개 메소드

Converts this instance to a BitmapSource.
public ToBitmapSource ( ) : BitmapSource
리턴 BitmapSource