![]() | IBitmapImageForEachGsPixel Method |
Name | Description | |
---|---|---|
![]() | ForEachGsPixel(FuncInt32, Int32) | Sets new grey scale levels for the instance image. |
![]() | ForEachGsPixel(FuncInt32, Int32, Int32) | Sets in-place grey scale levels for the instance image, for pixels at x and y co-ordinates. |
![]() | ForEachGsPixel(FuncInt32, Int32, Int32, Int32) | Sets new grey scale levels for the instance image, and exposes x and y co-ordinates. |
![]() | ForEachGsPixel(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}). |
![]() | ForEachGsPixel(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}).
|