SpyGlassPositionChangedEventArgs Constructor

Summary

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

Syntax
TypeScript
JavaScript
SpyGlassPositionChangedEventArgs = function( 
   canvas, 
   inputCanvas, 
   displayRect, 
   subCell, 
   chunkList 
) 
constructor( 
   canvas: HTMLCanvasElement, 
   inputCanvas: HTMLCanvasElement, 
   displayRect: LeadRectD, 
   subCell: SubCell, 
   chunkList: ChunkData[] 
); 

Parameters

canvas

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

inputCanvas

The input canvas that contains the original image data.

displayRect

The current display rectangle of the spy glass.

subCell

The sub-cell target.

chunkList

The tiles that contains the high resolution version of the image.

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