PixelRegion.ProcessRowWithSourceAction.BeginInvoke Method

[Missing <summary> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

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

Syntax

public virtual IAsyncResult BeginInvoke(
    int sourceStartIndex,
    int targetStartIndex,
    int width,
    Point startPosition,
    AsyncCallback callback,
    Object object
)
'Declaration
Public Overridable Function BeginInvoke ( 
    sourceStartIndex As Integer,
    targetStartIndex As Integer,
    width As Integer,
    startPosition As Point,
    callback As AsyncCallback,
    object As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginInvoke(
    int sourceStartIndex, 
    int targetStartIndex, 
    int width, 
    Point startPosition, 
    AsyncCallback^ callback, 
    Object^ object
)
function BeginInvoke(sourceStartIndex, targetStartIndex, width, startPosition, callback, object);

Parameters

  • sourceStartIndex
    Type: System.Int32

    [Missing <param name="sourceStartIndex"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

  • targetStartIndex
    Type: System.Int32

    [Missing <param name="targetStartIndex"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

  • width
    Type: System.Int32

    [Missing <param name="width"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

  • startPosition
    Type: Windows.Foundation.Point

    [Missing <param name="startPosition"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

  • callback
    Type: System.AsyncCallback

    [Missing <param name="callback"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

  • object
    Type: System.Object

    [Missing <param name="object"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowWithSourceAction.BeginInvoke(System.Int32,System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

PixelRegion.ProcessRowWithSourceAction Class

PixelRegion.ProcessRowWithSourceAction.ProcessRowWithSourceAction Members

Lumia.Imaging Namespace