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 (Func
Int32, Int32, Int32, Int32
)
Sets new brightness 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#
Copy
IBitmapImage
ForEachIPixel
(
Func
<
int
,
int
,
int
,
int
>
func
)
Parameters
func
Type:
System
Func
Int32
,
Int32
,
Int32
,
Int32
(i, x, y)=>i
Return Value
Type:
IBitmapImage
A new image instance with effect applied.
Exceptions
Exception
Condition
ArgumentNullException
func
See Also
Reference
IBitmapImage Interface
ForEachIPixel Overload
CohesiveComputing.Imaging Namespace
© Cohesive Computing Ltd - BatchImagePro