PixelRegion Members
The PixelRegion type exposes the following members.
| Name | Description | |
|---|---|---|
|
ForEachRow(PixelRegion::ProcessRowAction) |
Run the specified action on each row within the Bounds.
|
|
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 | |
|---|---|---|
|
Bounds |
The bounds of the region within the image to be processed.
|
|
ImagePixels |
The array of pixels that make up the image.
|
|
ImageSize |
The size of the image in ImagePixels.
|
|
Pitch |
The distance between rows in ImagePixels.
|
|
StartIndex |
The index within ImagePixels of the first pixel to process, based on Bounds.
|
Show: