Click or drag to resize

IBitmapImageForEachGsPixel Method (FuncInt32, Int32, Int32)

Sets in-place grey scale levels for 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 ForEachGsPixel(
	Func<int, int, int> func
)

Parameters

func
Type: SystemFuncInt32, Int32, Int32
(x, y)->i
Exceptions
ExceptionCondition
ArgumentNullExceptionfunc
See Also