PixelRegion.ForEachRow Method (PixelRegion.ProcessRowAction)
Run the specified action on each row within the Bounds.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0
public void ForEachRow( PixelRegion..::..ProcessRowAction rowAction )
Parameters
- rowAction
- Type: Lumia.Imaging.Custom.PixelRegion.ProcessRowAction
The PixelRegion.ProcessRowAction that is called to process one row of pixels.
Using this method saves the user of having to think of the Pitch to find the index of each row of pixels.
However, it may result in lower performance than manually looping over the pixels.
Show: