←Select platform

Center Property

Summary

Gets or sets the center of the window of interest.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Center { get; set; } 
Public Property Center As Double 
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 ); 
} 

Property Value

Center of the window of interest.

Example

Refer to ApplyLinearVoiLookupTableCommand example.

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