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

Show in webframe

Width Property (ApplyLinearVoiLookupTableCommand)








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)
            
 <br/>get_Width();<br/>set_Width(value);<br/>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

Error processing SSI file