LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Center Property (ApplyLinearVoiLookupTableCommand)

Show in webframe







Gets or sets the center of the window of interest.
Syntax
public double Center {get; set;}
'Declaration
 
Public Property Center As Double
'Usage
 
Dim instance As ApplyLinearVoiLookupTableCommand
Dim value As Double
 
instance.Center = value
 
value = instance.Center
public double Center {get; set;}
@property (nonatomic, assign) double center;
public double getCenter()
public void setCenter(double value)
            
 
get_Center();
set_Center(value);
Object.defineProperty('Center');
public:
property double Center {
   double get();
   void set (    double value);
}

Property Value

Center of the window of interest.
Example
Refer to ApplyLinearVoiLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

ApplyLinearVoiLookupTableCommand Class
ApplyLinearVoiLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.