Click or drag to resize

IBitmapImageForEachIPixel Method

Overload List
  NameDescription
Public methodForEachIPixel(ActionInt32, Int32, Int32)
Iterates brightness levels of the instance image, for pixels at x and y co-ordinates.
Public methodForEachIPixel(FuncInt32, Int32)
Sets new brightness levels for the instance image.
Public methodForEachIPixel(FuncInt32, Single)
Sets new brightness levels for the instance image.
Public methodForEachIPixel(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}).
Public methodForEachIPixel(FuncInt32, Int32, Int32, Int32)
Sets new brightness levels for the instance image, for pixels at x and y co-ordinates.
Public methodForEachIPixel(FuncInt32, Int32, 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}).
Public methodForEachIPixel(FuncInt32, Int32, Int32, Int32, Int32, Int32)
Sets new brightness levels for the instance image, for pixels at x and y co-ordinates, and exposes all immediate neighbour pixels in a clockwise order (i.e. Centre, {N, NE, E, SE, ..., NW}).
Top
See Also