Click or drag to resize

McImageUtils Methods

The McImageUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBitmapFromMcImage
Converts McImage in to Bitmap
Public methodStatic memberBitmapToMcImage
Converts Bitmap in to McImage (type: RGB24)
Public methodStatic memberBitmapToStdPicture
Converts Bitmap to StdPicture, which can be used as illustration for custom measures.
Public methodStatic memberBitmatToStdPicture
Version of BitmapToStdPicture for backward compatibility.
Public methodStatic memberCreateThumbnailImage
Create Drawing.Image from McImage preserving current LUT
Public methodStatic memberMcDisplayToBitmap(McDisplay)
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
Public methodStatic memberMcDisplayToBitmap(McDisplay, Boolean)
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
Public methodStatic memberMcDisplayToBitmap(McDisplay, mcCropOptions, Boolean)
Create Drawing.Image from McDisplay at current zoom.
Public methodStatic memberMcDisplayToBitmap(McDisplay, Boolean, Boolean)
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
Public methodStatic memberMcDisplayToBitmap(McDisplay, Boolean, Boolean, Int32)
Create Drawing.Image from McDisplay (avoid using obsolete Microsoft.VisualBasic.Compatibility.VB6.IPictureToImage function)
Public methodStatic memberMcImageFromBitmap
Converts Bitmap in to McImage (type: RGB24)
Public methodStatic memberMcImageToBitmap
Converts McImage in to Bitmap
Public methodStatic memberSaveBitmap
Save bitmap to a file. The codec is selected automatically from the extension.
Public methodStatic memberThumbnailImage
Create thumbnail McImage preserving LUT
Top
See Also