SpyGlassPositionChangedEventArgs Constructor

Summary

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

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

Parameters

inputCanvas

The input canvas that contains the original image data.

outputCanvas

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

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.