SpyGlassEventArgs Constructor

Summary

Initializes a new instance of the SpyGlassEventArgs class object with explicit parameters.

Syntax
TypeScript
JavaScript
SpyGlassEventArgs = function( 
   inputCanvas, 
   canvas, 
   userData 
) 
constructor( 
   inputCanvas: HTMLCanvasElement, 
   canvas: HTMLCanvasElement, 
   userData: any 
); 

Parameters

inputCanvas

The input canvas that will represents contain the original version of the displayed image.

canvas

The canvas that will contain the modified version of the displayed image.

userData

The user data.

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