←Select platform

Factor Property

Summary

Gets or sets an array of values that represent weights associated with the images in the list.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] Factor { get; set; } 
Public Property Factor As Integer() 
public int[] Factor {get; set;} 
@property (nonatomic, assign, nullable) const unsigned int *factor 
public int[] getFactor() 
public void setFactor(int[] value) 
             
 <br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');  
public: 
property array<int>^ Factor { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly