interactiveModeCanvas Property

Summary

Interactive mode HTML5 Canvas Element.

Syntax

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

Property Value

The interactive mode canvas.

Remarks

Use this in derived classes to return your own canvas as the surface for rubber banding.

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 Assembly