McImageUtils Class |
|
Namespace: MediaCy.Controls.Common.Vb
Public Class McImageUtils
The McImageUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapFromMcImage |
Converts McImage in to Bitmap
| |
| BitmapToMcImage |
Converts Bitmap in to McImage (type: RGB24)
| |
| BitmapToStdPicture |
Converts Bitmap to StdPicture, which can be used as illustration for custom measures.
| |
| BitmatToStdPicture |
Version of BitmapToStdPicture for backward compatibility.
| |
| CreateThumbnailImage |
Create Drawing.Image from McImage preserving current LUT
| |
| McDisplayToBitmap(McDisplay) |
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
| |
| McDisplayToBitmap(McDisplay, Boolean) |
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
| |
| McDisplayToBitmap(McDisplay, mcCropOptions, Boolean) |
Create Drawing.Image from McDisplay at current zoom.
| |
| McDisplayToBitmap(McDisplay, Boolean, Boolean) |
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
| |
| McDisplayToBitmap(McDisplay, Boolean, Boolean, Int32) |
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
| |
| McImageFromBitmap |
Converts Bitmap in to McImage (type: RGB24)
| |
| McImageToBitmap |
Converts McImage in to Bitmap
| |
| SaveBitmap |
Save bitmap to a file. The codec is selected automatically from the extension.
| |
| ThumbnailImage |
Create thumbnail McImage preserving LUT
|