Share via


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

Syntax

public delegate void ProcessRowAction(
    int startIndex,
    int width,
    Point startPosition
)
'Declaration
Public Delegate Sub ProcessRowAction ( 
    startIndex As Integer,
    width As Integer,
    startPosition As Point
)
public delegate void ProcessRowAction(
    int startIndex, 
    int width, 
    Point startPosition
)
function(startIndex, width, startPosition);

Parameters

  • 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.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

Lumia.Imaging.Custom Namespace