outputCanvas Property

Summary

Gets the output canvas to be represented on the spy glass.

Syntax
TypeScript
JavaScript
Object.defineProperty(SpyGlassEventArgs.prototype, 'outputCanvas', 
	get: function(), 
	set: function(value) 
) 
outputCanvas: HTMLCanvasElement; 

Property Value

HTMLCanvasElement that represents the output canvas to be displayed on the spyglass.

Remarks

OutputCanvas is usually sent when the ImageRequested event gets fired. The user can get the InputCanvas perform adjustments and then copy it to the OutputCanvas.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.