PixelRegion Members

The PixelRegion type exposes the following members.

  Name Description
Public method ForEachRow(PixelRegion::ProcessRowAction)
Run the specified action on each row within the Bounds.
Public method ForEachRow(PixelRegion, PixelRegion::ProcessRowWithSourceAction)
Runs the specified action on each row within the Bounds. This method also tracks a source PixelRegion having margins that will be read from.

  Name Description
Public property Bounds
The bounds of the region within the image to be processed.
Public property ImagePixels
The array of pixels that make up the image.
Public property ImageSize
The size of the image in ImagePixels.
Public property Pitch
The distance between rows in ImagePixels.
Public property StartIndex
The index within ImagePixels of the first pixel to process, based on Bounds.
Show: