Description Returns a halftoned device independent bitmap using the specified method.
Syntax NewDib = [BiDib.]Halftone hDib nMethod nIntControl
Returns NewDib LONGLONG The halftoned device independent bitmap.
Remarks hDib LONGLONG Device independent bitmap to halftone.
nMethode Short Method of halftoning. The enumeration of the halftoning methods are:
imghtLineArt Halftoning with the Line Art method.
imghtErrDiff Halftoning with the Error Diffuse method.
imghtDither Halftoning with the Ordered Dither method.
nIntControl Short Determines the intensity of the halftoned bitmap. This value must be between -127 and +127. The default value is zero.
This method does not delete the original bitmap.
See Also Dither Method