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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.