create Method

Summary

Initializes a new instance of ImageProcessingCompletedEventArgs with the specified values.

Syntax

JavaScript Syntax
create = function( 
   imageData, 
   results 
) 
TypeScript Syntax
static create( 
   imageData: ImageData, 
   results: any 
): ImageProcessingCompletedEventArgs; 

Parameters

imageData

The result HTML5 canvas image data.

results

Dictionary that contains the extra results.

Return Value

Newly created object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly