Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetInstance ( |
||
IsSupportedImageFormat ( ImageFormat format ) : bool |
public MagickImage ( Bitmap bitmap ) : System | ||
bitmap | Bitmap | The bitmap to use. |
return | System |
public Read ( Bitmap bitmap ) : void | ||
bitmap | Bitmap | The bitmap to read the image from. |
return | void |
public ToBitmap ( ImageFormat imageFormat ) : Bitmap | ||
imageFormat | ImageFormat | The image format. |
return | Bitmap |