LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

averageLength Property

Show in webframe







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

            
 
get_averageLength();
set_averageLength(value);
Object.defineProperty('averageLength_objectivec');
public:
property int averageLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length of 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.