LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

lowerAverageLength Property

Show in webframe







Gets or sets lower average array length
Syntax
public int lowerAverageLength {get; set;}
'Declaration
 
Public Property lowerAverageLength As Integer
'Usage
 
Dim instance As LightControlCommand
Dim value As Integer
 
instance.lowerAverageLength = value
 
value = instance.lowerAverageLength
public int lowerAverageLength {get; set;}
@property (nonatomic, assign) unsigned int lowerAverageLength;

            
 
get_lowerAverageLength();
set_lowerAverageLength(value);
Object.defineProperty('lowerAverageLength_objectivec');
public:
property int lowerAverageLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length of lower average array
Requirements

Target Platforms

See Also

Reference

LightControlCommand Class
LightControlCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.