LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Factor Property (AddWeightedCommand)

Show in webframe







Gets or sets an array of values that represent weights associated with the images in the list.
Syntax
public int[] Factor {get; set;}
'Declaration
 
Public Property Factor As Integer()
'Usage
 
Dim instance As AddWeightedCommand
Dim value() As Integer
 
instance.Factor = value
 
value = instance.Factor
public int[] Factor {get; set;}
@property (nonatomic, assign) const unsigned int* factor;
            
public int[] getFactor()
public void setFactor(int[] value)
            
 
get_Factor();
set_Factor(value);
Object.defineProperty('Factor');
public:
property array<int>^ Factor {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array of values that represent weights associated with the images in the specified list. Used only if Type property is set to AddWeighted or AverageWeighted. This property only accepts positive values.
Example
Refer to AddWeightedCommand.
Requirements

Target Platforms

See Also

Reference

AddWeightedCommand Class
AddWeightedCommand Members

 

 


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