Renders the window level using the canvas as output.
DICOMImageInformationRenderer.prototype.renderUsingCanvas = function(canvas, isNewImageData)
renderUsingCanvas(canvas: HTMLCanvasElement, isNewImageData: boolean): void;
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.
This method will raise UpdateImageData.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET