resizedCanvas Property

Summary

Gets the resized version of the canvas Canvas.

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

Property Value

CanvasElement that represents the resized version of the Canvas.

Remarks

The resized canvas contains a value only if the ResizeFactor value is set to either 1 or 2.

The resized version helps the medical viewer to operate faster by processing a smaller version of the image.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly