render Method

Summary

Applies the window level values on the input canvas data and stores them in the output Canvas.

Syntax

TypeScript
JavaScript
DICOMImageInformationRenderer.prototype.render = function( 
   outputCanvas , 
   inputCanvas  
) 
   render(outputCanvas: HTMLCanvasElement, inputCanvas: HTMLCanvasElement): void; 

Parameters

outputCanvas

A HTMLCanvasElement value that references a canvas element to output to the user. The output canvas element can be either 2D or 3D and contains processed data after applying the window level.

inputCanvas

A HTMLCanvasElement value that references the input canvas that is drawn from the service. The input canvas element contains raw data before applying the window level.

Requirements

Target Platforms

See Also

DICOMImageInformationRenderer

DICOMImageInformationRenderer Members

Leadtools.Controls.Medical Namespace

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

Leadtools.Controls.Medical Assembly

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