BarImageable
Specification for an image data provider.
Determines the height of the image.
Determines the width of the image.
Get the intensities of a pixel column.
Gets a pixel intensity.
Get the intensities of a pixel row.
void Lock()
Invoked by ReadBarsReadBars before it gets pixel data by invoking any of GetIntensity, GetColumnIntensities, and GetRowIntensities.
void Unlock()
Invoked by ReadBarsReadBars after it has obtained pixel data through invocations of
GetIntensity, GetColumnIntensities, or GetRowIntensities.