Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Factor Property (MultiplyCommand)








Gets or sets an integer which represents the factor to be used when multiplying image values.
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As MultiplyCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
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 value);
}

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

See Also

Reference

MultiplyCommand Class
MultiplyCommand Members

Error processing SSI file