renderUsingCanvas Method

Summary

Renders the window level using the canvas as output.

Syntax
TypeScript
JavaScript
DICOMImageInformationRenderer.prototype.renderUsingCanvas = function( 
   canvas, 
   isNewImageData 
) 
renderUsingCanvas( 
   canvas: HTMLCanvasElement, 
   isNewImageData: boolean 
): void; 

Parameters

canvas

The output canvas which will contains the resultant window leveled image.

isNewImageData

true if the image has been rendered for the first time, false otherwise.

Remarks

This method will raise UpdateImageData.

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