Click or drag to resize

BarImageableGetIntensity Method

Gets a pixel intensity.

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 GetIntensity(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The horizontal coordinate of a pixel in the image.
y
Type: SystemInt32
The vertical coordinate of a pixel in the image.

Return Value

Type: Int32
The intensity (0-255) of the pixel.
Remarks
This method is time critical: its execution time impacts significantly on the time taken by ReadBars to execute.
See Also