SpyGlassPositionChangedEventArgs Constructor

Summary

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

Syntax

JavaScript Syntax
SpyGlassPositionChangedEventArgs = function(canvas, inputCanvas, displayRect, subCell, chunkList) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly