Center Property

Summary

Gets or sets the center.

Syntax
C#
VB
C++
public int Center { get; set; } 
  
Public Property Center As Integer 
public: 
property int Center { 
   int get(); 
   void set (    int ); 
} 

Property Value

The center value.

Remarks

The Center and Width values control window-leveling.

Possible values range from -65535 to 65535.

Example

For an example, refer to Medical3DObject.WindowLevelProperties.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly