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

Show in webframe

Length Property








Gets the length for each of the redBuffer, greenBuffer and blueBuffer properties
Syntax
public int Length {get;}
'Declaration
 
Public ReadOnly Property Length As Integer
'Usage
 
Dim instance As LineProfileCommand
Dim value As Integer
 
value = instance.Length
public int Length {get;}
@property (nonatomic, assign, readonly) NSUInteger length
 get_Length(); 
public:
property int Length {
   int get();
}

Property Value

An integer that specifies the length for each of the redBuffer, greenBuffer and blueBuffer properties
Requirements

Target Platforms

See Also

Reference

LineProfileCommand Class
LineProfileCommand Members

Error processing SSI file