interactiveModeCanvas Property

Summary

Interactive mode HTML5 Canvas Element.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerSpyGlassInteractiveMode.prototype, 'interactiveModeCanvas', 
	get: function(), 
	set: function(value) 
) 
interactiveModeCanvas: HTMLCanvasElement; // protected 

Property Value

The interactive mode canvas.

Remarks

Use this in derived classes to return your own canvas as the surface of the spy glass.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly