Click or drag to resize

IBitmapImageForEachIPixel Method (FuncInt32, Int32, Int32)

Sets new brightness levels for the instance image, and exposes all immediate neighbour pixels in a clockwise order (i.e. Centre, {N, NE, E, SE, ..., NW}).

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ForEachIPixel(
	Func<int, int[], int> func
)

Parameters

func
Type: SystemFuncInt32, Int32, Int32
(i, n)->i

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentNullExceptionfunc
See Also