←Select platform

Factor Property

Summary

Gets or sets an integer which represents the factor to be used when multiplying image values.

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) NSUInteger factor 
public int getFactor() 
public void setFactor(int value) 
             
 <br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');  
public: 
property int Factor { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer which represents the factor to be used when multiplying image values. The factor used is equal to Factor/100. Only positive values are accepted.

Example

Refer to MultiplyCommand.

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