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

Show in webframe

HistogramLength Property








Gets the length for the histogram property
Syntax
public int HistogramLength {get;}
'Declaration
 
Public ReadOnly Property HistogramLength As Integer
'Usage
 
Dim instance As HistogramCommand
Dim value As Integer
 
value = instance.HistogramLength
public int HistogramLength {get;}
@property (nonatomic, assign, readonly) NSUInteger histogramLength
 get_HistogramLength(); 
public:
property int HistogramLength {
   int get();
}

Property Value

An integer that specifies the length for the histogram property
Requirements

Target Platforms

See Also

Reference

HistogramCommand Class
HistogramCommand Members

Error processing SSI file