←Select platform

Factor Property

Summary

Mathematical or logical operation factor.

Syntax
C#
VB
Objective-C
C++
Java
public int Factor { get; set; } 
Public Property Factor As Integer 
@property (nonatomic, assign) NSInteger factor 
public int getFactor() 
public void setFactor(int value) 
public: 
property int Factor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Mathematical or logical operation factor.

Remarks

For more information, refer to Flags for ApplyMathematicalLogicCommand.

Example

Refer to ApplyMathematicalLogicCommand example.

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