create Method

Summary

Initializes a new instance of ImageProcessingCompletedEventArgs with the specified values.

Syntax
TypeScript
JavaScript
create = function( 
   imageData, 
   results 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly