PixelRegion Members

Include Protected Members
Include Inherited Members

The PixelRegion type exposes the following members.

Methods

  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.

Properties

  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.

See Also

PixelRegion Class

Lumia.Imaging.Custom Namespace