LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Factor Property (ApplyMathematicalLogicCommand)

Show in webframe







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) int factor;
public int getFactor()
public void setFactor(int value)
            
 
get_Factor();
set_Factor(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.