LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Flags Property (ApplyMathematicalLogicCommand)

Show in webframe







Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values.
Syntax
public ApplyMathematicalLogicCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ApplyMathematicalLogicCommandFlags
'Usage
 
Dim instance As ApplyMathematicalLogicCommand
Dim value As ApplyMathematicalLogicCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ApplyMathematicalLogicCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTApplyMathematicalLogicCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property ApplyMathematicalLogicCommandFlags Flags {
   ApplyMathematicalLogicCommandFlags get();
   void set (    ApplyMathematicalLogicCommandFlags value);
}

Property Value

Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values. Use a bitwise OR ( | ) to specify one flag from each group.
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.