setWindowLevel Method

Summary

Sets the window level to the specified width and center.

Syntax

JavaScript Syntax
Frame.prototype.setWindowLevel = function( 
   width, 
   center 
) 
TypeScript Syntax
setWindowLevel( 
   width: number, 
   center: number 
): void; 

Parameters

width

The new width to be set.

center

The new center to be set.

Remarks

To retrieve the width, use WindowWidth.

To retrieve the center, use WindowCenter.

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