BatchImagePro Class Library
BatchImagePro Class Library
CohesiveComputing.Imaging
IBitmapImage Interface
IBitmapImage Methods
ForEachIPixel Method
ForEachIPixel Method (Action(Int32, Int32, Int32))
ForEachIPixel Method (Func(Int32, Int32))
ForEachIPixel Method (Func(Int32, Single))
ForEachIPixel Method (Func(Int32, Int32[], Int32))
ForEachIPixel Method (Func(Int32, Int32, Int32, Int32))
ForEachIPixel Method (Func(Int32, Int32[], Int32), Int32)
ForEachIPixel Method (Func(Int32, Int32, Int32, Int32[], Int32), Int32)
IBitmapImage
ForEachIPixel Method (Action
Int32, 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#
Copy
void
ForEachIPixel
(
Action
<
int
,
int
,
int
>
action
)
Parameters
action
Type:
System
Action
Int32
,
Int32
,
Int32
(i, x, y)
Exceptions
Exception
Condition
ArgumentNullException
action
See Also
Reference
IBitmapImage Interface
ForEachIPixel Overload
CohesiveComputing.Imaging Namespace
© Cohesive Computing Ltd - BatchImagePro