LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Width Property (ApplyLinearVoiLookupTableCommand)

Show in webframe







Width of the window of interest.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As ApplyLinearVoiLookupTableCommand
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
@property (nonatomic, assign) double width;
public double getWidth()
public void setWidth(double value)
            
 
get_Width();
set_Width(value);
Object.defineProperty('Width');
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

Width 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.