←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
Objective-C
C++
Java
public int[] Factor { get; set; } 
Public Property Factor As Integer() 
@property (nonatomic, assign, nullable) const unsigned int *factor 
public int[] getFactor() 
public void setFactor(int[] value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly