 | IBitmapImageForEachRgbPixel Method (ActionInt32, Int32, Int32, Int32, Int32) |
Iterates colour pixels 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
Syntaxvoid ForEachRgbPixel(
Action<int, int, int, int, int> action
)
Parameters
- action
- Type: SystemActionInt32, Int32, Int32, Int32, Int32
(r, g, b, x, y)
Exceptions
See Also