create Method

Summary

Create a new instance of InterpolationEventArgs with the specified parameters.

Syntax

JavaScript Syntax
create = function(mode, item, error, status) 
TypeScript Syntax
static create(mode: InterpolationMode, item: ImageViewerItem, error: Error, status: InterpolationStatus): InterpolationEventArgs; 

Parameters

mode

Interpolation mode used.

item

The source Image Viewer item having its image interpolated.

error

The error object.

status

Current status.

Remarks

For more information, refer to Image Viewer Interpolation.

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.Controls Assembly