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

Show in webframe

Width Property (GetLinearVoiLookupTableCommand)








A variable to be updated with the range of color intensities that define your window of interest.
Syntax
public double Width {get;}
'Declaration
 
Public ReadOnly Property Width As Double
'Usage
 
Dim instance As GetLinearVoiLookupTableCommand
Dim value As Double
 
value = instance.Width
public double Width {get;}
@property (nonatomic, assign, readonly) double width
public double getWidth()
 get_Width(); 
public:
property double Width {
   double get();
}

Property Value

A variable to be updated with the range of color intensities that define your window of interest.
Example
Refer to GetLinearVoiLookupTableCommand.
Requirements

Target Platforms

See Also

Reference

GetLinearVoiLookupTableCommand Class
GetLinearVoiLookupTableCommand Members

Error processing SSI file