setWindowLevelDefaultValues Method

Summary

Sets the default window level to the specified width and center.

Syntax

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

Parameters

width

The default width to be set.

center

The default 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