inputCanvas Property

Summary

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

Syntax

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

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.

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