Click or drag to resize

BarImageableGetRowIntensities Method

Get the intensities of a pixel row.

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
int GetRowIntensities(
	int row,
	int[] rowIntensities
)

Parameters

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

Return Value

Type: Int32
The intensity (0-255) of each pixel in the specified row.
See Also