inputCanvas Property

Summary

Gets or sets the input canvas that will contain the area of the displayed image.

Syntax
TypeScript
JavaScript
Object.defineProperty(SpyGlassPositionChangedEventArgs.prototype, 'inputCanvas', 
	get: function() 
) 
inputCanvas: HTMLCanvasElement; // read-only 

Property Value

CanvasElement which represents the input canvas that will contain the area of the displayed image.

Remarks

If you want to do any image processing on the spy glass, you should use this canvas as an input canvas, modify it and then pass it to the output canvas Canvas.

Example

Refer to SpyGlassAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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