renderUsingCanvas Method

Summary

Renders the window level using the canvas as output.

Syntax

JavaScript Syntax
DICOMImageInformationRenderer.prototype.renderUsingCanvas = function(canvas, isNewImageData) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly