Create8BitImageFromRegions  Method

Description         Creates a 8-bit grayscale DIB form the input region matrix, transforming the labels of the regions into the range 0..255.

Syntax                 lRet = [BIVision.]Create8BitImageFromRegions RegionMatrix Width Height

Remarks             lRet                         LONGLONG Handle of the newly created DIB on success or 0 on failure.

                            RegionMatrix        Long                Source Region Matrix.

                            Width                     short                Width of source Region Matrix.

                            Height                     short                Height of source Region Matrix.

See Also