PixelRegion.ProcessRowAction Delegate

An action that can be used with ForEachRow(PixelRegion.ProcessRowAction).

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

public delegate void ProcessRowAction(
	int startIndex,
	int width,
	Point startPosition
)

Parameters

startIndex
Type: System.Int32
The index within ImagePixels of the first pixel to process in the current row.
width
Type: System.Int32
The number of pixels to process in the current row.
startPosition
Type: Windows.Foundation.Point
For reference, this is the position of the first pixel in this row, within the entire image.

Lumia Imaging SDK

Supported in: 2.0
Show: