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

Show in webframe

Factor Property (ApplyMathematicalLogicCommand)








Mathematical or logical operation factor.
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As ApplyMathematicalLogicCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
@property (nonatomic, assign) NSInteger 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

Mathematical or logical operation factor.
Remarks
For more information, refer to Flags for ApplyMathematicalLogicCommand.
Example
Refer to ApplyMathematicalLogicCommand example.
Requirements

Target Platforms

See Also

Reference

ApplyMathematicalLogicCommand Class
ApplyMathematicalLogicCommand Members

Error processing SSI file