Click or drag to resize

IBitmapImageForEachIPixel Method (ActionInt32, Int32, Int32)

Iterates brightness levels of the instance image, for pixels at x and y co-ordinates.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
void ForEachIPixel(
	Action<int, int, int> action
)

Parameters

action
Type: SystemActionInt32, Int32, Int32
(i, x, y)
Exceptions
ExceptionCondition
ArgumentNullExceptionaction
See Also