←Select platform

Center Property

Summary

A variable to be updated with the center of the range of color intensities that define your window of interest.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Center { get; } 
Public ReadOnly Property Center As Double 
public double Center {get;} 
@property (nonatomic, assign, readonly) double center 
public double getCenter() 
 get_Center();  
public: 
property double Center { 
   double get(); 
} 

Property Value

A variable to be updated with the center of the range of color intensities that define your window of interest.

Example

Refer to GetLinearVoiLookupTableCommand.

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.ImageProcessing.Core Assembly