Click or drag to resize

BarImageableGetColumnIntensities Method

Get the intensities of a pixel column.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void GetColumnIntensities(
	int column,
	int[] columnIntensities
)

Parameters

column
Type: SystemInt32
The pixel column number.
columnIntensities
Type: SystemInt32
An array (of length not less than Height) to be populated with the intensity (0-255) of each pixel in the specified column.

Return Value

Type: 
The intensity (0-255) of each pixel in the specified column.
Remarks
This method is time critical: its execution time can impact significantly on the time taken by ReadBars to execute.
See Also