Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Center Property (ApplyLinearVoiLookupTableCommand)








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)
            
 <br/>get_Center();<br/>set_Center(value);<br/>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

Error processing SSI file