Dither  Method

Description         Returns a dithered device independent bitmap. The Capix sharp tone method is used for dithering.

Syntax                 NewDib = [BIDisp.]Dither  Dib Bits

Remarks             NewDib                  LONGLONG The dithered device independent bitmap.

                            Dib                          LONGLONG Device independent bitmap to dither.

                            Bits                         Integer             Specifies the image color depth. The color depth of the dithered image must be 1, 4 or 8 bits per pixel.

This method does not delete the original bitmap.

See Also              DitherAuto Property