Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Missing <summary> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowAction.BeginInvoke(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 startIndex,
int width,
Point startPosition,
AsyncCallback callback,
Object object
)
'Declaration
Public Overridable Function BeginInvoke (
startIndex As Integer,
width As Integer,
startPosition As Point,
callback As AsyncCallback,
object As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginInvoke(
int startIndex,
int width,
Point startPosition,
AsyncCallback^ callback,
Object^ object
)
function BeginInvoke(startIndex, width, startPosition, callback, object);
Parameters
startIndex
Type: System.Int32[Missing <param name="startIndex"/> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowAction.BeginInvoke(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.ProcessRowAction.BeginInvoke(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.ProcessRowAction.BeginInvoke(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.ProcessRowAction.BeginInvoke(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.ProcessRowAction.BeginInvoke(System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]
Return Value
Type: IAsyncResult
[Missing <returns> documentation for "M:Lumia.Imaging.PixelRegion.ProcessRowAction.BeginInvoke(System.Int32,System.Int32,Windows.Foundation.Point,System.AsyncCallback,System.Object)"]
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
PixelRegion.ProcessRowAction Class