LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

factorLength Property

Show in webframe







Gets or sets the length of the factor property
Syntax
public int factorLength {get; set;}
'Declaration
 
Public Property factorLength As Integer
'Usage
 
Dim instance As AddWeightedCommand
Dim value As Integer
 
instance.factorLength = value
 
value = instance.factorLength
public int factorLength {get; set;}
@property (nonatomic, assign) unsigned int factorLength;

            
 
get_factorLength();
set_factorLength(value);
Object.defineProperty('factorLength_objectivec');
public:
property int factorLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length for the factor property
Requirements

Target Platforms

See Also

Reference

AddWeightedCommand Class
AddWeightedCommand Members

 

 


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