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

Syntax

public void ForEachRow(
    PixelRegion..::..ProcessRowAction rowAction
)
'Declaration
Public Sub ForEachRow ( 
    rowAction As PixelRegion..::..ProcessRowAction
)
public:
void ForEachRow(
    PixelRegion..::..ProcessRowAction^ rowAction
)
function ForEachRow(rowAction);

Parameters

Remarks

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.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

PixelRegion Class

PixelRegion.PixelRegion Members

ForEachRow Overload

Lumia.Imaging.Custom Namespace