Click or drag to resize

IMcDibAccess Methods

The IMcDibAccess type exposes the following members.

Methods
  NameDescription
Public methodGetDibBytes
Returns a VARIANT holding a 2-D array that are the bytes for a 24-bit BGR, anti-raster order DIB.
Public methodGetDibBytesEx
Returns a VARIANT holding a 2-D array that are the bytes for a 24-bit BGR, anti-raster order DIB.
Public methodGetDisplayLut
Returns the current Display LUT as a 1-D array of Long.
Public methodGetMultichannelRGB
Returns the mapping of channel indices onto Red, Green, Blue and Alpha DIB color channels.
Public methodGetSourceActiveFrame
Returns information about a source ActiveFrameRange and ActiveFrameIndex..
Public methodGetSourceDisplayLut
Returns the current display LUT of the source.
Public methodGetSourceInfo
Returns information necessary to access source image data as a Dib bitmap.
Public methodCode exampleSetDisplayLut
Set a new display LUT from an array LUT entries.
Public methodSetMultichannelRGB
For mciGenericMultiBand image interpretations, set the mapping of channel indices onto Red, Green, Blue and Alpha DIB color channels.
Top
See Also