PixelRegion.ForEachRow Method (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.

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

Syntax

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

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

PixelRegion Class

PixelRegion.PixelRegion Members

ForEachRow Overload

Lumia.Imaging Namespace