←Select platform

Center Property

Summary

Gets or sets the center of the window of interest.

Syntax
C#
VB
Objective-C
C++
Java
public double Center { get; set; } 
Public Property Center As Double 
@property (nonatomic, assign) double center 
public double getCenter() 
public void setCenter(double value) 
public: 
property double Center { 
   double get(); 
   void set (    double ); 
} 

Property Value

Center of the window of interest.

Example

Refer to ApplyLinearVoiLookupTableCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly