C# Class ImageMagick.MagickImageCollection

Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SetFormat ( ImageFormat format ) : void

Method Details

ToBitmap() public méthode

Converts this instance to a Bitmap using ImageFormat.Tiff.
public ToBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

ToBitmap() public méthode

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.
Résultat System.Drawing.Bitmap