Click or drag to resize

IBitmapImageForEachGsPixel Method

Overload List
  NameDescription
Public methodForEachGsPixel(FuncInt32, Int32)
Sets new grey scale levels for the instance image.
Public methodForEachGsPixel(FuncInt32, Int32, Int32)
Sets in-place grey scale levels for the instance image, for pixels at x and y co-ordinates.
Public methodForEachGsPixel(FuncInt32, Int32, Int32, Int32)
Sets new grey scale levels for the instance image, and exposes x and y co-ordinates.
Public methodForEachGsPixel(FuncInt32, Int32, Int32, Int32)
Sets new grey scale levels for the instance image, and exposes all immediate neighbour pixels in a clockwise order (i.e. Centre, {N, NE, E, SE, ..., NW}).
Public methodForEachGsPixel(FuncInt32, Int32, Int32, Int32, Int32, Int32)
Sets new grey scale levels for the instance image, and exposes 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