ImageGear Professional DLL v18.1 for Windows
MED_IP_histo_clear
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > MD Component API Reference > MD Component Functions Reference > Image Processing Functions > MED_IP_histo_clear

Glossary Item Box

This function is used to clear the histogram created by MED_IP_histo_tabulate().

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI MED_IP_histo_clear(
        LPLONG lpHisto, 
        const DWORD nBin_count
);

Arguments:

Name Type Description
lpHisto LPLONG A far pointer of type LONG which points to the buffer that will was used to hold the histogram.
nBin_count const DWORD Set this DWORD variable to the number of bins allocated for the histogram.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.