LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Factor Property (AddWeightedCommand)






Gets or sets an array of values that represent weights associated with the images in the list. .NET support WinRT support Silverlight support
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;}
 get_Factor();
set_Factor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddWeightedCommand Class
AddWeightedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.